incrond.rc 300 B

123456789101112131415161718
  1. #!/bin/sh
  2. #
  3. # $OpenBSD: incrond.rc,v 1.1.1.1 2016/01/23 16:06:05 landry Exp $
  4. daemon="${TRUEPREFIX}/sbin/incrond"
  5. . /etc/rc.d/rc.subr
  6. rc_stop=NO
  7. # sending SIGTERM is not enough, incrond is stuck on poll()
  8. # waiting for an event - and only exits after it
  9. #rc_stop() {
  10. # ${daemon} -k
  11. #}
  12. rc_cmd $1