sync spec file
[platform/upstream/toybox.git] / packaging / syslogd.service
1 [Unit]
2 Description=Run syslog
3 DefaultDependencies=no
4 After=local-fs.target
5 ConditionKernelCommandLine=|!sec_debug.enable=0
6 ConditionKernelCommandLine=|!sec_debug.enable_user=0
7
8 [Service]
9 Type=forking
10 ExecStart=/sbin/syslogd -b 5 -B 99
11 OOMScoreAdjust=-1000
12 Restart=always
13 RestartSec=0
14 SmackProcessLabel=syslogd
15
16 [Install]
17 WantedBy=basic.target