escripts/podfetch/podfetch.service
Eugene Amos 15d791148f Podfetch
> Adding README.md
> Adding podfetch.service
2023-12-01 23:19:44 -08:00

15 lines
359 B
Desktop File

[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/podfetch/podcast_folder_monitor.py
WorkingDirectory=/home/[username]/scripts/podfetch
Restart=always
User=[username]
[Install]
WantedBy=multi-user.target