[Bug 199596] 'service restart' command still runs 'start' when 'stop' failed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 22 00:40:04 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199596
Bug ID: 199596
Summary: 'service restart' command still runs 'start' when
'stop' failed
Product: Base System
Version: 10.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: freebsd-bugs at FreeBSD.org
Reporter: yuri at rawbw.com
> service <service-name> restart
Should be equivalent to
> service <service-name> stop && service <service-name> start
And it just runs them sequentially.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list