diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-30 18:20:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-01 15:10:54 +0530 |
commit | 53c634233aa21c04c461af69cd819e05c3050eff (patch) | |
tree | f4b840cf73a7c1471107e757e5dedae2c55d5b0f /modules/pppd.nix | |
parent | d5c9cab03b17950bdde4c9dfc85ff2580752419c (diff) |
kay/network/he: init
Diffstat (limited to 'modules/pppd.nix')
-rw-r--r-- | modules/pppd.nix | 2 |
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 ''; }; |