ptrcports/alpine/shorten/shorten.initd

14 lines
210 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
name="shorten"
command="/usr/bin/shorten"
output_log="/var/log/shorten.log"
error_log="/var/log/shorten.log"
depend() {
need net
after firewall postgresql
}