Artifact [0c718ddd58]
Logged in as anonymous

Artifact 0c718ddd58ee2f7d7affd9497579b78766b475052904e2fe3987c162d9521a66:


_service_plain: .USE
	chroot -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} / ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} ${DAEMON_$@_BACKGROUND}

_service_status: .USE
	echo "Plain service status doesn't work right now."

_service_exit: .USEBEFORE
	echo "Plain service exit doesn't work right now."