summaryrefslogtreecommitdiff
path: root/package/sysklogd/klogd.service
blob: c66795b449ebcb6b0a44da6165e2f38ab7778c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Kernel Log Daemon

[Service]
ExecStart=/usr/sbin/klogd -n
StandardOutput=null
Restart=on-failure

[Install]
WantedBy=multi-user.target
WantedBy=syslogd.service