From 3fbf31f75cc3d7f1c06e8aa529426ed7073bb20c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 1 Feb 2024 11:19:59 +0530 Subject: modules/pppd: execute scripts sequentially outgoing dns notify to ns1.he.net will fail if the ipv6 tunnel isn't up --- modules/pppd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pppd.nix b/modules/pppd.nix index 27b4170..772cb29 100644 --- a/modules/pppd.nix +++ b/modules/pppd.nix @@ -153,7 +153,7 @@ in # see the pppd(8) man page for s in /etc/ppp/${name}.d/*.sh; do - [ -x "$s" ] && "$s" "$@" & + [ -x "$s" ] && "$s" "$@" done ''; }; -- cgit v1.2.3