blob: 38a4cf0921adad97e9a497dc6aa32a5d692c23ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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
}
|