summaryrefslogtreecommitdiff
path: root/net-misc/pingu/files/pingu.initd
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/pingu/files/pingu.initd')
-rw-r--r--net-misc/pingu/files/pingu.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/pingu/files/pingu.initd b/net-misc/pingu/files/pingu.initd
new file mode 100644
index 000000000000..c4de6a754c31
--- /dev/null
+++ b/net-misc/pingu/files/pingu.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/sbin/pingu
+command_args="-d ${OPTS}"
+description="Policy routing daemon"
+name="Policy routing daemon"
+pidfile=/run/pingu/pingu.pid
+
+depend() {
+ need net
+}