Support installation for klipper as systemd service #33

Merged
dw-0 merged 4 commits from klipper-systemd into master 2020-10-28 21:24:23 +01:00
Showing only changes of commit 62b0f2afd6 - Show all commits

View File

@@ -330,7 +330,7 @@ patch_klipper_sysfile(){
SERVICE_FILE_PATCHED="true"
fi
#reloading the units is only needed when the service file was patched.
[ "$SERVICE_FILE_PATCHED" = "true" ] && echo "test: daemon-reload" && sudo systemctl daemon-reload
[ "$SERVICE_FILE_PATCHED" = "true" ] && status_msg "Reloading unit ..." && sudo systemctl daemon-reload
fi
ok_msg "Check complete!"
echo