summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-11-30 18:20:54 +0530
committersinanmohd <sinan@sinanmohd.com>2023-12-01 15:10:54 +0530
commit53c634233aa21c04c461af69cd819e05c3050eff (patch)
treef4b840cf73a7c1471107e757e5dedae2c55d5b0f /modules
parentd5c9cab03b17950bdde4c9dfc85ff2580752419c (diff)
kay/network/he: init
Diffstat (limited to 'modules')
-rw-r--r--modules/pppd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pppd.nix b/modules/pppd.nix
index 772cb29..27b4170 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
'';
};