diff --git a/src/service/update_and_run_pw_aes67.sh b/src/service/update_and_run_pw_aes67.sh index 30da008..b3e02e8 100644 --- a/src/service/update_and_run_pw_aes67.sh +++ b/src/service/update_and_run_pw_aes67.sh @@ -25,16 +25,12 @@ systemctl --user enable pipewire-aes67.service # Restart services systemctl --user restart pipewire.service pipewire-pulse.service -sudo systemctl restart ptp_aes67.service systemctl --user restart pipewire-aes67.service +sudo systemctl restart ptp_aes67.service -echo "\n--- pipewire.service status (user) ---" -systemctl --user status pipewire.service --no-pager - -echo "\n--- ptp_aes67.service status ---" +# print status sudo systemctl status ptp_aes67.service --no-pager - -echo "\n--- pipewire-aes67.service status (user) ---" +systemctl --user status pipewire.service --no-pager systemctl --user status pipewire-aes67.service --no-pager