summaryrefslogtreecommitdiff
path: root/testing/ppp/ppp.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ppp/ppp.systemd')
-rw-r--r--testing/ppp/ppp.systemd9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/ppp/ppp.systemd b/testing/ppp/ppp.systemd
new file mode 100644
index 000000000..a5c490a73
--- /dev/null
+++ b/testing/ppp/ppp.systemd
@@ -0,0 +1,9 @@
+[Unit]
+Description=PPP link to %I
+Before=network.target
+
+[Service]
+ExecStart=/usr/sbin/pppd call %I nodetach
+
+[Install]
+WantedBy=multi-user.target