mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 10:57:10 +02:00
13 lines
243 B
Bash
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
|
|
}
|