aports/testing/filebrowser/filebrowser.initd
2023-05-10 15:32:39 +02:00

13 lines
253 B
Bash

#!/sbin/openrc-run
description="filebrowser server"
command="/usr/bin/filebrowser"
command_args="$command_args"
command_background=true
command_user="filebrowser:filebrowser"
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net
after firewall
}