Reword the message on oneshot but not running
This commit is contained in:
parent
f877fac512
commit
426f96839d
@ -38,7 +38,7 @@ else
|
|||||||
3)
|
3)
|
||||||
# In this case, the unit is not running. Whether this is an issue depends on the type of service
|
# In this case, the unit is not running. Whether this is an issue depends on the type of service
|
||||||
if systemctl cat backup | grep -ie '^Type=' | grep -ie 'oneshot' > /dev/null 2>&1; then
|
if systemctl cat backup | grep -ie '^Type=' | grep -ie 'oneshot' > /dev/null 2>&1; then
|
||||||
echo "UNIT OK: $service is not running"
|
echo "UNIT OK: $service is type oneshot and not running"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "UNIT CRITICAL: $service is not running"
|
echo "UNIT CRITICAL: $service is not running"
|
||||||
|
Loading…
Reference in New Issue
Block a user