mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 12:52:45 +00:00
14 lines
352 B
Desktop File
14 lines
352 B
Desktop File
[Unit]
|
|
Description = TUNA mirrors sync daemon
|
|
Requires = network.target
|
|
After = network.target
|
|
|
|
[Service]
|
|
ExecStart = /home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync.py -c /etc/tunasync.ini
|
|
KillSignal = SIGTERM
|
|
ExecReload = /bin/kill -SIGUSR1 $MAINPID
|
|
Environment = "HOME=/home/tuna"
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|