#!/sbin/openrc-run # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/sbin/iked" name="IKEv2 daemon" description="IKEv2 daemon" command_user="${IKED_USER:-_iked}:${IKED_GROUP:-_iked}" pidfile="/run/${RC_SVCNAME}.pid" config="${CONFIG:-/etc/iked.conf}" command_args="-f $config ${IKED_OPTS}" depend() { need net }