33642d8d95
Use "--exec-prefix=/" to install syslogd and klogd at /sbin, as required by the init scripts. This also ensures that the BusyBox counterparts are not installed. Update the systemd unit files, accordingly. Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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
|