fix startup bug due to stale pidfile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9303aa88ef
commit
cda9c9f6af
@ -3,4 +3,9 @@
|
|||||||
chgrp syslog /var/logs
|
chgrp syslog /var/logs
|
||||||
chmod g+w /var/logs
|
chmod g+w /var/logs
|
||||||
|
|
||||||
|
# for some reason the pidfile was sticking around and preventing startup
|
||||||
|
RP="$(cat /run/rsyslogd.pid)"
|
||||||
|
kill $RP
|
||||||
|
rm /run/rsyslogd.pid
|
||||||
|
|
||||||
exec rsyslogd -n
|
exec rsyslogd -n
|
||||||
|
Loading…
Reference in New Issue
Block a user