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>
12 lines
179 B
Desktop File
12 lines
179 B
Desktop File
[Unit]
|
|
Description=Kernel Log Daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/klogd -n
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
WantedBy=syslogd.service
|