1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/testing/pimd/pimd.initd
2022-03-06 10:27:19 +00:00

15 lines
211 B
Bash

#!/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
}