ptrcports/alpine/shorten/shorten.initd

15 lines
210 B
Text
Raw Normal View History

2022-04-07 14:19:48 +00:00
#!/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
}