diff --git a/Example systemd Service.md b/Example systemd Service.md index ef2572a..16f646a 100644 --- a/Example systemd Service.md +++ b/Example systemd Service.md @@ -3,7 +3,7 @@ `/home/user/youtubedl-daemon.sh` ```bash #!/bin/bash -/usr/bin/python3 /home/user/automated-youtube-dl/downloader.py --daemon --sleep 60 "https://www.youtube.com/playlist?list=example12345" "/mnt/nfs/archive/YouTube/Example Playlist/" +/usr/bin/python3 /home/user/automated-youtube-dl/downloader.py --daemon --silence-errors --sleep 60 "https://www.youtube.com/playlist?list=example12345" "/mnt/nfs/archive/YouTube/Example Playlist/" ```