aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/files/klogd.service
blob: 0c888c497dda9e4b3e2627df416392f6e5512cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Kernel Logging Service
After=syslogd.service

[Service]
Type=forking
ExecStart=/sbin/klogd
PIDFile=/var/run/klogd.pid
StandardOutput=null
Restart=on-failure

[Install]
WantedBy=multi-user.target