From 0dfdabd3d7c2aaee37900103c37a96317f3ada07 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 10 Jan 2024 13:29:11 +0100 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