#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="restic WEB GUI interface" pidfile="/run/backrest.pid" command_background=true command="/opt/backrest/backrest" command_args="-bind-address 127.0.0.1:9898 -restic-cmd /usr/bin/restic -config-file /opt/backrest/config.json -data-dir /opt/backrest/" depend() { need net }