12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[Unit]
|
|
Description=You2Peer update service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/opt/you2peer/
|
|
ExecStart=python3 ./src/mirror.py
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|