[rp-pppoe] add missing service file

Than Ngo than at fedoraproject.org
Tue Jul 5 11:24:18 UTC 2011


commit 7669e9ca9510d26ae83f9a28e4f3a9ae67e392a6
Author: Than Ngo <than at redhat.com>
Date:   Tue Jul 5 13:24:21 2011 +0200

    add missing service file

 pppoe-server.init    |   82 --------------------------------------------------
 pppoe-server.service |    8 +++++
 2 files changed, 8 insertions(+), 82 deletions(-)
---
diff --git a/pppoe-server.service b/pppoe-server.service
new file mode 100644
index 0000000..aa71326
--- /dev/null
+++ b/pppoe-server.service
@@ -0,0 +1,8 @@
+Description=PPPoE Server.
+After=syslog.target
+
+[Service]
+ExecStart=/sbin/pppoe-server
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list