From 4327221e30d5c800bb7bc43dab66319a4e177700 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sat, 21 Jan 2023 18:27:01 -0700 Subject: [PATCH] update example service --- Example systemd Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" ```