#!/sbin/openrc-run
# Generated by ../utrans from:
#  24507fdf0bc16675f635bf0dac1d94cdcea87731befbf90d7e6b5ce1f836e083  ./input/inetd@.service

description="Test inetd Service."

supervisor="supervise-daemon"
command="/usr/sbin/svcd"
command_args=""
command_user="unpriv:unpriv"

depend() {
    need inetd
}

start_pre() {
  if [ -z "${RC_SVCNAME#*.}" ]; then
    eerror "${RC_SVCNAME} cannot be started directly."
    eerror "You must make symbolic links to the instances you want to start."
    return 1
  fi
}
