This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/gaypaste/gaypaste.initd
ptrcnull 82b85042e0
All checks were successful
continuous-integration/drone/push Build is passing
gaypaste: new aport
2022-03-01 21:33:35 +01:00

18 lines
247 B
Plaintext

#!/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
}