blob: 5de2c804c268a54523eedf83cc3a101e249ebc7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/openrc-run
command="/usr/sbin/mtg"
command_args="$MTG_OPTS"
command_background=yes
command_user=mtg:mtg
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net
after firewall
}
|