summaryrefslogtreecommitdiffstats
path: root/abs/core/ppp/ppp.systemd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:58:36 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:04 (GMT)
commite2e6940857c635df49af42aced1e8a2fe293f665 (patch)
tree0613bcd7a821bfa860b4ebeecd19e0a0ef63f6c1 /abs/core/ppp/ppp.systemd
parent782a0571b32b84b46cac58f2561ac8ab4672decc (diff)
downloadlinhes_pkgbuild-e2e6940857c635df49af42aced1e8a2fe293f665.zip
linhes_pkgbuild-e2e6940857c635df49af42aced1e8a2fe293f665.tar.gz
linhes_pkgbuild-e2e6940857c635df49af42aced1e8a2fe293f665.tar.bz2
ppp:
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/ppp/ppp.systemd')
-rw-r--r--abs/core/ppp/ppp.systemd9
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