#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Subtitle downloader" pidfile="/run/bazarr.pid" command_background=true command="/usr/bin/python3" command_args="/data/daemons/bazarr/bazarr/bazarr.py" command_user="bazarr:media" depend() { need net localmount }