aports/testing/fileshelter/fileshelter.initd
Kevin Thomas 4d0a54ea7f testing/fileshelter: new aport
https://github.com/epoupon/fileshelter
One-click file sharing web application
2021-06-26 18:37:39 +00:00

13 lines
243 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
name="fileshelter"
command="/usr/bin/fileshelter"
command_user="fileshelter:fileshelter"
command_background=true
pidfile="/run/fileshelter.pid"
depend() {
need net localmount
after firewall
}