Skip to content

Commit

Permalink
Solve issue with nordvpn.sock not existing and nordvpnd exiting too soon
Browse files Browse the repository at this point in the history
  • Loading branch information
veqryn committed Apr 30, 2023
1 parent b32b00c commit 56a9cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/nordvpn/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [[ ! -d /run/nordvpn ]]; then
mkdir -m 0770 /run/nordvpn
fi

exec s6-notifyoncheck -d /usr/sbin/nordvpnd > /dev/null
exec s6-notifyoncheck -n 60 -d /usr/sbin/nordvpnd > /dev/null

0 comments on commit 56a9cda

Please sign in to comment.