From 870a3169d62e3b72d4baf3923b94b56c3deb71ae Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 23 Apr 2014 17:40:52 +0800 Subject: ppp: add systemd support Add systemd support for ppp. The unit file mostly comes from ArchLinux. (From OE-Core rev: e84f7ea24b08e3127b70731908b819fbdc1cbfd5) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ppp/ppp/ppp@.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-connectivity/ppp/ppp/ppp@.service (limited to 'meta/recipes-connectivity/ppp/ppp') diff --git a/meta/recipes-connectivity/ppp/ppp/ppp@.service b/meta/recipes-connectivity/ppp/ppp/ppp@.service new file mode 100644 index 0000000000..2bf0b5e347 --- /dev/null +++ b/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 -- cgit v1.2.3-54-g00ecf