1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
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
}