#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="AList file browser" pidfile="/run/alist.pid" command_background=true command="/data/daemons/fileserver/bin/alist" command_args="--data /data/shares/alist_data server" command_user="fileserver:users" depend() { need net }