summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.11/pppoe-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.11/pppoe-server.service')
-rw-r--r--meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.11/pppoe-server.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.11/pppoe-server.service b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.11/pppoe-server.service
new file mode 100644
index 000000000..41e0b9e85
--- /dev/null
+++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.11/pppoe-server.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=PPPOE Service
3After=network.target
4
5[Service]
6Type=forking
7EnvironmentFile=-@SYSCONFDIR@/default/pppoe-server
8ExecStart=@SBINDIR@/pppoe-server
9
10[Install]
11WantedBy=multi-user.target