I have a service running which is enabled in
What is the freebsd way of ensuring this service stays available?
/etc/rc.conf
, and spins up some subprocesses when it starts. Occasionally one of these subprocesses exit and the service becomes unavailable. A service … restart
command brings everything back up, but requires logging in.What is the freebsd way of ensuring this service stays available?