aports/testing/mtg/mtg.initd
2021-05-08 10:47:09 +00:00

13 lines
190 B
Bash

#!/sbin/openrc-run
command="/usr/sbin/mtg"
command_args="run $MTG_CONFIG"
command_background=yes
command_user=mtg:mtg
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net
after firewall
}