diff --git a/podfetch/podfetch.service b/podfetch/podfetch.service new file mode 100644 index 0000000..645c671 --- /dev/null +++ b/podfetch/podfetch.service @@ -0,0 +1,14 @@ +[Unit] +Description=Podcast Folder Monitor Service +Wants=network-online.target +After=network-online.target + +# Change [username] with your own. +[Service] +ExecStart=/usr/bin/python3 /home/[username]/scripts/podcast_folder_monitor.py +WorkingDirectory=/home/[username]/scripts +Restart=always +User=[username] + +[Install] +WantedBy=multi-user.target \ No newline at end of file