12 lines
175 B
Desktop File
Vendored
12 lines
175 B
Desktop File
Vendored
[Unit]
|
|
Description=Kernel Log Daemon
|
|
|
|
[Service]
|
|
ExecStart=/sbin/klogd -n
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
WantedBy=syslogd.service
|