Bug 199596

Summary: 'service restart' command still runs 'start' when 'stop' failed
Product: Base System Reporter: Yuri Victorovich <yuri>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Some People CC: grahamperrin, pat
Priority: ---    
Version: 10.0-STABLE   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269098
https://reviews.freebsd.org/D37383

Description Yuri Victorovich freebsd_committer freebsd_triage 2015-04-22 00:40:04 UTC
> service <service-name> restart

Should be equivalent to
> service <service-name> stop && service <service-name> start

And it just runs them sequentially.