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

15 lines
210 B
Plaintext
Raw Permalink 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
}