From 159003fd48ef797dc9ef9d52fc753bec8d8ff72b Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Fri, 25 Aug 2023 17:55:32 +0200 Subject: config --- .config/systemd/user/yt-dlp.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/systemd/user/yt-dlp.service (limited to '.config/systemd/user/yt-dlp.service') diff --git a/.config/systemd/user/yt-dlp.service b/.config/systemd/user/yt-dlp.service new file mode 100644 index 0000000..8d8d66c --- /dev/null +++ b/.config/systemd/user/yt-dlp.service @@ -0,0 +1,9 @@ +[Unit] +Description=Download new YouTube videos +Wants=network-online.target +After=network-online.target + +[Service] +Type=oneshot +ExecStart=/home/justin/videos/youtube/download +ExecStart=/home/justin/videos/gabi-fastner/download -- cgit v1.2.3-54-g00ecf