diff options
author | Simon Rettberg | 2024-10-08 12:27:06 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-10-08 12:27:06 +0200 |
commit | 4613452db029c414bf83f925375be557e7471176 (patch) | |
tree | 98a6cf48236470b3aa813597a5e7ab1ec3b9e0ee /satellit_installer | |
parent | [SSPS] slxadmin-cron: Write to stdout too now that it goes to journal (diff) | |
download | setup-scripts-4613452db029c414bf83f925375be557e7471176.tar.gz setup-scripts-4613452db029c414bf83f925375be557e7471176.tar.xz setup-scripts-4613452db029c414bf83f925375be557e7471176.zip |
[SSPS] slx-cron: Run as www-data
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/static_files/slxadmin/etc/systemd/system/slx-cron.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/static_files/slxadmin/etc/systemd/system/slx-cron.service b/satellit_installer/static_files/slxadmin/etc/systemd/system/slx-cron.service index 3a29971..fcd2c34 100644 --- a/satellit_installer/static_files/slxadmin/etc/systemd/system/slx-cron.service +++ b/satellit_installer/static_files/slxadmin/etc/systemd/system/slx-cron.service @@ -4,4 +4,5 @@ RefuseManualStart=yes [Service] Type=oneshot +User=www-data ExecStart=/opt/openslx/slxadmin-cronscript |