Skip to content

Commit

Permalink
run: Fixup nordvpn S6 run file
Browse files Browse the repository at this point in the history
  1) Doublefork s6-notifyoncheck as nordvpnd doesn't reap the zombie
  2) exec the chain loading to remove the unnecessary bash parent
  • Loading branch information
TerraTech committed Apr 19, 2022
1 parent 6d32670 commit 6732b23
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

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

0 comments on commit 6732b23

Please sign in to comment.