On Sat, Feb 2, 2019, 4:40 PM Steve Litt <slitt_at_troubleshooters.com> wrote:
> On Sat, 2 Feb 2019 21:08:10 +0000
> Colin Booth <colin_at_heliocat.net> wrote:
>
> > s6-svstat -p /path/to/service | xargs kill SIGNAL
> >
>
> Cool. That's all that's needed.
>
> SteveT
> --
>
Be careful, though. If the service is down, kill will use -1 for the PID,
and will probably signal everything in your system except PID 1.
--
John O'Meara
>
Received on Tue Feb 05 2019 - 03:09:10 UTC