blob: 0c888c497dda9e4b3e2627df416392f6e5512cf0 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001[Unit]
2Description=Kernel Logging Service
3After=syslogd.service
4
5[Service]
6Type=forking
7ExecStart=/sbin/klogd
8PIDFile=/var/run/klogd.pid
9StandardOutput=null
10Restart=on-failure
11
12[Install]
13WantedBy=multi-user.target