diff options
Diffstat (limited to 'abs/core/ppp/ppp.systemd')
-rw-r--r-- | abs/core/ppp/ppp.systemd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/ppp/ppp.systemd b/abs/core/ppp/ppp.systemd new file mode 100644 index 0000000..8a963af --- /dev/null +++ b/abs/core/ppp/ppp.systemd @@ -0,0 +1,9 @@ +[Unit] +Description=PPP link to %I +Before=network.target + +[Service] +ExecStart=/usr/sbin/pppd call %I nodetach nolog + +[Install] +WantedBy=multi-user.target |