18 lines
247 B
Text
18 lines
247 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
supervisor=supervise-daemon
|
||
|
|
||
|
command="/usr/bin/gaypaste"
|
||
|
|
||
|
output_log="/var/log/gaypaste.log"
|
||
|
error_log="/var/log/gaypaste.log"
|
||
|
|
||
|
depend() {
|
||
|
need net
|
||
|
after firewall
|
||
|
}
|
||
|
|
||
|
start_pre() {
|
||
|
checkpath -f -m 644 /var/log/gaypaste.log
|
||
|
}
|