mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
selfcheck: add a note
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user