Skip to content

Commit

Permalink
syslogd.service: KillMode=process is not recommended, drop
Browse files Browse the repository at this point in the history
The default 'control-group' ensures all processes started by sysklogd
are stopped when the service is stopped, this is what we want.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Apr 22, 2023
1 parent 92066b2 commit c82c004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syslogd.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ EnvironmentFile=-@SYSCONFDIR@/default/syslogd
ExecStart=@SBINDIR@/syslogd -F -p /run/systemd/journal/syslog $SYSLOGD_OPTS
StandardOutput=null
Restart=on-failure
KillMode=process

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit c82c004

Please sign in to comment.