#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ extra_commands="condrestart" description_condrestart="Restart the service only if started already" command="/usr/sbin/${SVCNAME}" command_args="${OPTIONS}" pidfile=/var/run/$SVCNAME.pid condrestart() { service_started && restart }