1
0
mirror of synced 2024-11-11 07:28:58 +01:00
TheChymera-overlay/net-p2p/btsync/files/btsync@.service

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