aports/testing/mtg/mtg.initd
2019-11-20 08:56:54 +01:00

13 lines
188 B
Plaintext

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