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
|