diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-16 23:58:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:04 (GMT) |
commit | e2e6940857c635df49af42aced1e8a2fe293f665 (patch) | |
tree | 0613bcd7a821bfa860b4ebeecd19e0a0ef63f6c1 /abs/core/ppp/ppp.systemd | |
parent | 782a0571b32b84b46cac58f2561ac8ab4672decc (diff) | |
download | linhes_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.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 |