ptrcports/gaypaste/gaypaste.initd

18 lines
247 B
Text
Raw Normal View History

2022-03-01 20:33:35 +00:00
#!/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
}