Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 568 Bytes

File metadata and controls

23 lines (19 loc) · 568 Bytes

Useful Commands to manage your new service

You can use the following standard systemd commands anytime you need to control the stream:

Check the status:

sudo systemctl status youtube-stream.service

Restart the stream:

sudo systemctl restart youtube-stream.service

Stop the stream completely:

sudo systemctl stop youtube-stream.service

View the stream logs in real-time: (This replaces your stream.log file, and manages log rotation automatically!)

sudo journalctl -u youtube-stream.service -f