7420614937
Sysklogd had only SYSV init scripts. Add systemd service files to start klogd and syslogd. Signed-off-by: Petr Kulhavy <brain@jikos.cz> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
230 B
Desktop File
14 lines
230 B
Desktop File
[Unit]
|
|
Description=System Logging Service
|
|
Requires=syslog.socket
|
|
Wants=klogd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/syslogd -m 0 -n
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|