diff options
author | Simon Rettberg | 2023-05-05 19:52:22 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-05-05 19:52:22 +0200 |
commit | 2890db56f4fb9860b4db8bb53654b2f880f83194 (patch) | |
tree | dafc4d886b7d3b7a8ea3241d540bba00ba4f5726 | |
parent | [SSPS] Make (more) sure taskmanager is up before running bootup hook (diff) | |
download | setup-scripts-2890db56f4fb9860b4db8bb53654b2f880f83194.tar.gz setup-scripts-2890db56f4fb9860b4db8bb53654b2f880f83194.tar.xz setup-scripts-2890db56f4fb9860b4db8bb53654b2f880f83194.zip |
[SSPS] ldadp: Run proxy as ldadp user
-rw-r--r-- | satellit_installer/static_files/ldadp/etc/systemd/system/ldadp@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/static_files/ldadp/etc/systemd/system/ldadp@.service b/satellit_installer/static_files/ldadp/etc/systemd/system/ldadp@.service index 884e948..3f8953e 100644 --- a/satellit_installer/static_files/ldadp/etc/systemd/system/ldadp@.service +++ b/satellit_installer/static_files/ldadp/etc/systemd/system/ldadp@.service @@ -6,6 +6,7 @@ ConditionFileNotEmpty=/opt/ldadp/configs/%i.cfg ExecStart=/opt/ldadp/ldadp -n /opt/ldadp/configs/%i.cfg Restart=always RestartSec=10 +User=ldadp [Install] WantedBy=multi-user.target |