Unverified Commit 94ae3bae authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

ppp systemd integration (#273756)

parents 6c893e40 59da4bfd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;