#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 command="/opt/bin/znapzend" pidfile="/var/run/${RC_SVCNAME}.pid" if [ -e /etc/default/${RC_SVCNAME} ]; then . /etc/default/${RC_SVCNAME} fi command_args="$ZNAPZENDOPTIONS" command_args_background="--daemonize"