mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
They are at /sbin, not /usr/sbin. Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
175 B
Desktop File
12 lines
175 B
Desktop File
[Unit]
|
|
Description=Kernel Log Daemon
|
|
|
|
[Service]
|
|
ExecStart=/sbin/klogd -n
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
WantedBy=syslogd.service
|