1
0
mirror of synced 2025-01-11 06:05:08 +01:00

15 lines
292 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Bittorrent Sync service for %i
After=network.target
[Service]
Nice=19
IOSchedulingClass=idle
IOSchedulingPriority=7
User=%i
ExecStart=/opt/btsync/btsync --config /home/%i/.config/btsync/btsync.conf --nodaemon
Restart=on-abort
[Install]
WantedBy=multi-user.target