selfcheck: add a note

This commit is contained in:
Oleg Kalachev
2019-09-05 18:25:58 +03:00
parent 5071139d09
commit 91e1d3c8f3

View File

@@ -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