busybox: Make syslog service stop later

It will avoid some applications log to come to the console when
stopping the system
BugzID: 55006
This commit is contained in:
Alexandre Bard 2019-04-02 19:02:17 +02:00
parent e596289652
commit e13bb7edfe
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
[Unit]
Description=System Logging Service
Wants=busybox-klogd.service
Conflicts=shutdown.target
Before=shutdown.target
[Service]
EnvironmentFile=-/etc/default/busybox-syslog
ExecStart=@base_sbindir@/syslogd -n $OPTIONS
Sockets=syslog.socket
[Install]
WantedBy=multi-user.target
Also=busybox-klogd.service
Alias=syslog.service