summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-22 12:49:56 +0200
committerSimon Rettberg2021-04-22 12:49:56 +0200
commit5fd5cb7edbd105d188d27ac6c40bfe056ba987bd (patch)
tree67b343c76f8f3dbb56bcf359155e1bb470d6ff6e
parent[SS?S] taskmanager: before lighttpd (diff)
downloadsetup-scripts-5fd5cb7edbd105d188d27ac6c40bfe056ba987bd.tar.gz
setup-scripts-5fd5cb7edbd105d188d27ac6c40bfe056ba987bd.tar.xz
setup-scripts-5fd5cb7edbd105d188d27ac6c40bfe056ba987bd.zip
[SS?S] Remove syslog directives from systemd services
-rw-r--r--satellit_installer/static_files/dmsd/etc/systemd/system/dmsd.service3
-rw-r--r--satellit_installer/static_files/taskmanager/etc/systemd/system/taskmanager.service3
2 files changed, 0 insertions, 6 deletions
diff --git a/satellit_installer/static_files/dmsd/etc/systemd/system/dmsd.service b/satellit_installer/static_files/dmsd/etc/systemd/system/dmsd.service
index 0483189..586ff42 100644
--- a/satellit_installer/static_files/dmsd/etc/systemd/system/dmsd.service
+++ b/satellit_installer/static_files/dmsd/etc/systemd/system/dmsd.service
@@ -10,9 +10,6 @@ WorkingDirectory=/opt/dmsd
ExecStart=/opt/dmsd/dmsd.sh
Restart=always
RestartSec=5
-SyslogIdentifier=dmsd
-StandardOutput=syslog
-StandardError=syslog
[Install]
WantedBy=multi-user.target
diff --git a/satellit_installer/static_files/taskmanager/etc/systemd/system/taskmanager.service b/satellit_installer/static_files/taskmanager/etc/systemd/system/taskmanager.service
index 53b271e..b6ee426 100644
--- a/satellit_installer/static_files/taskmanager/etc/systemd/system/taskmanager.service
+++ b/satellit_installer/static_files/taskmanager/etc/systemd/system/taskmanager.service
@@ -9,9 +9,6 @@ WorkingDirectory=/opt/taskmanager/
ExecStart=/opt/taskmanager/taskmanager.sh
Restart=always
RestartSec=5
-SyslogIdentifier=taskmanager
-StandardOutput=syslog
-StandardError=syslog
[Install]
WantedBy=multi-user.target