summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-connectivity/ppp/ppp/ppp@.service
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-connectivity/ppp/ppp/ppp@.service')
-rw-r--r--poky/meta/recipes-connectivity/ppp/ppp/ppp@.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/poky/meta/recipes-connectivity/ppp/ppp/ppp@.service b/poky/meta/recipes-connectivity/ppp/ppp/ppp@.service
new file mode 100644
index 000000000..2bf0b5e34
--- /dev/null
+++ b/poky/meta/recipes-connectivity/ppp/ppp/ppp@.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=PPP link to %I
+Before=network.target
+
+[Service]
+ExecStart=@SBINDIR@/pppd call %I nodetach nolog
+
+[Install]
+WantedBy=multi-user.target
OpenPOWER on IntegriCloud