Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Kernel Logging Service | ||||
3 | After=syslogd.service | ||||
4 | |||||
5 | [Service] | ||||
6 | Type=forking | ||||
7 | ExecStart=/sbin/klogd | ||||
8 | PIDFile=/var/run/klogd.pid | ||||
9 | StandardOutput=null | ||||
10 | Restart=on-failure | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |