Fix service
This commit is contained in:
parent
36b296cb65
commit
9eb3e9ca09
@ -7,6 +7,7 @@ Python script that mirrors YouTube Channels or playlist on a PeerTube instance
|
||||
* youtube-dl (both on machine running this script, and on peertube host)
|
||||
* python3 requests
|
||||
* cURL (to retrieve credentials first time)
|
||||
* jq
|
||||
|
||||
## Installation
|
||||
|
||||
|
4
dist/you2peer.service
vendored
4
dist/you2peer.service
vendored
@ -3,8 +3,8 @@ Description=You2Peer update service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Path=/opt/you2peer
|
||||
ExecStart=/bin/python3 /opt/you2peer/src/mirror.py
|
||||
WorkingDirectory=/opt/you2peer/
|
||||
ExecStart=python3 ./src/mirror.py
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user