Skip to content

Commit

Permalink
fix restart failure (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmj2002 committed Mar 19, 2024
1 parent 983aa9e commit 48925b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ chmod 600 /dev/net/tun

# start dbus
mkdir -p /run/dbus
if [ -f /run/dbus/pid ]; then
rm /run/dbus/pid
fi
dbus-daemon --config-file=/usr/share/dbus-1/system.conf

# start the daemon
Expand Down

0 comments on commit 48925b5

Please sign in to comment.