mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-19 07:48:08 +00:00
fix: Clear dbus pid file on startup
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
1
entry.sh
1
entry.sh
@ -5,6 +5,7 @@ set -o errexit
|
|||||||
# Start Avahi to allow MDNS lookups
|
# Start Avahi to allow MDNS lookups
|
||||||
mkdir -p /var/run/dbus
|
mkdir -p /var/run/dbus
|
||||||
rm -f /var/run/avahi-daemon/pid
|
rm -f /var/run/avahi-daemon/pid
|
||||||
|
rm -f /var/run/dbus/pid
|
||||||
/etc/init.d/dbus-1 start
|
/etc/init.d/dbus-1 start
|
||||||
/etc/init.d/avahi-daemon start
|
/etc/init.d/avahi-daemon start
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user