|
From: | Martin Pala |
Subject: | Re: Starting & stopping applications depending on AC state |
Date: | Mon, 6 Oct 2014 11:30:53 +0200 |
Hi, Monit executes the program directly - not via shell => you need to wrap it if you want to use pipe, etc.: check program "/bin/bash -c 'upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -qP discharging'" if status != 0 then exec "/usr/bin/systemctl start application_service" Regards, Martin On 06 Oct 2014, at 06:53, Tom Shirpen <address@hidden> wrote: -- |
[Prev in Thread] | Current Thread | [Next in Thread] |