From 91e1d3c8f305f2c8b4147ccc9d59c0477931745a Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 5 Sep 2019 18:25:58 +0300 Subject: [PATCH] selfcheck: add a note --- clever/src/selfcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clever/src/selfcheck.py b/clever/src/selfcheck.py index ff351e7c..8aaebb18 100755 --- a/clever/src/selfcheck.py +++ b/clever/src/selfcheck.py @@ -629,7 +629,7 @@ def check_clever_service(): failure('service is not running, try sudo systemctl restart clever') return elif 'failed' in output: - failure('service failed to run') + failure('service failed to run, check your launch-files') try: from systemd import journal