you2peer/dist/you2peer.service

12 lines
191 B
SYSTEMD
Raw Permalink Normal View History

2022-07-06 07:45:20 +02:00
[Unit]
Description=You2Peer update service
[Service]
Type=oneshot
2022-07-06 08:14:17 +02:00
WorkingDirectory=/opt/you2peer/
ExecStart=python3 ./src/mirror.py
2022-07-06 07:45:20 +02:00
RemainAfterExit=yes
[Install]
2022-07-06 08:14:17 +02:00
WantedBy=multi-user.target