fix startup bug due to stale pidfile
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2020-10-28 16:46:52 +00:00
förälder 9303aa88ef
incheckning cda9c9f6af
1 ändrade filer med 5 tillägg och 0 borttagningar

Visa fil

@ -3,4 +3,9 @@
chgrp syslog /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