They are at /sbin, not /usr/sbin. Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
@@ -2,7 +2,7 @@
Description=Kernel Log Daemon
[Service]
-ExecStart=/usr/sbin/klogd -n
+ExecStart=/sbin/klogd -n
StandardOutput=null
Restart=on-failure
@@ -4,7 +4,7 @@ Requires=syslog.socket
Wants=klogd.service
-ExecStart=/usr/sbin/syslogd -m 0 -n
+ExecStart=/sbin/syslogd -m 0 -n