From 5fd5cb7edbd105d188d27ac6c40bfe056ba987bd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Apr 2021 12:49:56 +0200 Subject: [SS?S] Remove syslog directives from systemd services --- satellit_installer/static_files/dmsd/etc/systemd/system/dmsd.service | 3 --- .../static_files/taskmanager/etc/systemd/system/taskmanager.service | 3 --- 2 files changed, 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 -- cgit v1.2.3-55-g7522