f606667038
- Update man page - Enable -s in default systemd service settings - Add support for SecureMode, with shutdown() Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
16 lines
274 B
SYSTEMD
16 lines
274 B
SYSTEMD
[Unit]
|
|
Description=System Logging Service
|
|
Documentation=man:syslogd
|
|
Documentation=man:syslog.conf
|
|
Requires=syslog.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@SBINDIR@/syslogd -sn
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|