Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.10
-
Component/s: None
-
Labels:None
Description
On FreeBSD, calling an init script can fail in a number of annoying ways:
- calling service start on a service that is already started;
- calling service restart on a service that is not started.
The fix is to specify the fast flag, per documentation (/etc/rc.subr):
fast Skip the pid check, and set rc_fast=yes, rc_quiet=yes
For reference, the source of /etc/rc.subr is at http://goo.gl/HjpYQ