Remove old syslogd.pid at boot time
This commit is contained in:
parent
b24c08c254
commit
7a1853a524
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ start)
|
||||||
ln -s /tmp/log /var/log || true
|
ln -s /tmp/log /var/log || true
|
||||||
. /etc/rc.cd
|
. /etc/rc.cd
|
||||||
fi
|
fi
|
||||||
|
# syslogd has not been started yet
|
||||||
|
rm /var/run/syslogd.pid
|
||||||
daemonize syslogd
|
daemonize syslogd
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue