mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 20:22:46 +00:00
13 lines
251 B
Desktop File
13 lines
251 B
Desktop File
[Unit]
|
|
Description = TUNA mirrors sync manager
|
|
After=network.target
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=tunasync
|
|
ExecStart = /home/bin/tunasync manager -c /etc/tunasync/manager.conf --with-systemd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|