Podfetch
> Adding README.md > Adding podfetch.service
This commit is contained in:
@ -5,10 +5,10 @@ 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
|
||||
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
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user