ports/sysutils/incron/pkg/incrond.rc

16 lines
233 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
#!/bin/ksh
daemon="${TRUEPREFIX}/sbin/incrond"
. /etc/rc.d/rc.subr
rc_stop=NO
# sending SIGTERM is not enough, incrond is stuck on poll()
# waiting for an event - and only exits after it
#rc_stop() {
# ${daemon} -k
#}
rc_cmd $1