Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 00:40:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199596] 'service restart' command still runs 'start' when 'stop' failed
Message-ID:  <bug-199596-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: yuri@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199596-8>