Bug 199596 - 'service restart' command still runs 'start' when 'stop' failed
Summary: 'service restart' command still runs 'start' when 'stop' failed
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.0-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-22 00:40 UTC by Yuri Victorovich
Modified: 2023-07-29 02:33 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.