This repository has been archived on 2021-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
gentoo-overlay/app-backup/znapzend/files/initd_znapzend

14 lines
343 B
Plaintext
Executable File

#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/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"