added sudo

This commit is contained in:
cpu
2023-12-30 13:23:13 +01:00
parent a22b2158e1
commit 5016ca5567

View File

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