error handling for curl

This commit is contained in:
cpu
2023-12-19 19:31:56 +01:00
parent 2e5639726f
commit 97e77892f9
3 changed files with 31 additions and 19 deletions

View File

@@ -97,10 +97,10 @@ Install the systemd service file
> `sudo mv kukuc-clock.service /etc/systemd/system/`
Reload systemd manager configuration
> `systemctl daemon-reload`
> `sudo systemctl daemon-reload`
Enable the `kukuc-clock` service at boot time and also run it
> `systemctl enable --now kukuc-clock`
> `sudo systemctl enable --now kukuc-clock`
If it does not work check logs
> `journalctl -f -u kukuc-clock`