summaryrefslogtreecommitdiff
path: root/net-misc/pingu/files/pingu.initd
blob: c4de6a754c319ae340640611558d9befd4e826fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}