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/shorten/shorten.initd
ptrcnull c3c84f627d
Some checks failed
continuous-integration/drone Build is failing
shorten: new aport
2022-04-07 16:19:48 +02:00

15 lines
210 B
Plaintext

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