15 lines
203 B
Text
15 lines
203 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
supervisor="supervise-daemon"
|
||
|
name="miltie"
|
||
|
command="/usr/bin/miltie"
|
||
|
|
||
|
output_log="/var/log/miltie.log"
|
||
|
error_log="/var/log/miltie.log"
|
||
|
|
||
|
depend() {
|
||
|
need net maddy
|
||
|
after firewall
|
||
|
}
|
||
|
|