Skip to content
Snippets Groups Projects
pimd.initd 211 B
Newer Older
Nico de Haer's avatar
Nico de Haer committed
#!/sbin/openrc-run

# PIMD init.d file for alpine linux.

name=pimd
command="/usr/sbin/$name"
command_args="$pimd_opts"
command_background="yes"

pidfile="/run/$name.pid"

depend() {
	need net
	after firewall
}