Loading nixos/modules/services/networking/pppd.nix +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ in ]; in { ExecStart = "${getBin cfg.package}/sbin/pppd call ${peerCfg.name} nodetach nolog"; Type = "notify"; ExecStart = "${getBin cfg.package}/sbin/pppd call ${peerCfg.name} up_sdnotify nolog"; Restart = "always"; RestartSec = 5; Loading Loading
nixos/modules/services/networking/pppd.nix +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ in ]; in { ExecStart = "${getBin cfg.package}/sbin/pppd call ${peerCfg.name} nodetach nolog"; Type = "notify"; ExecStart = "${getBin cfg.package}/sbin/pppd call ${peerCfg.name} up_sdnotify nolog"; Restart = "always"; RestartSec = 5; Loading