#! /bin/sh
# Generated by ../utrans from:
#  e5b492be4ceeaae3a854d1e1ff7e25ba9818e9b92da937b6861284f2b5f2bdba  ./input/systemd-udevd.service

# kFreeBSD does not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
   set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides: systemd-udevd
# Required-Start: 
# Required-Stop: 
# Should-Start: systemd-udev-load-credentials systemd-sysusers systemd-hwdb-update
# Should-Stop: systemd-udev-load-credentials systemd-sysusers systemd-hwdb-update
# Default-Start: 
# Default-Stop: 
# Description: Rule-based Manager for Device Events and Files
### END INIT INFO
DESC="Rule-based Manager for Device Events and Files"
DAEMON="/usr/lib/systemd/systemd-udevd"
RELOAD_SIGNAL="HUP"
SETPRIV_ARGS="--bounding-set +all,-SYS_TIME,-WAKE_ALARM"
PIDFILE="/run/systemd-udevd.pid"
START_ARGS="--background --make-pidfile --notify-await"
do_start_prepare() {
  [ -r '/sys' ] && [ -w '/sys' ] || do_start_cmd_override() { log_warning_msg " .. Skipped due to ConditionPathIsReadWrite /sys" ; }
}
