2014-05-21 22:43:52 +01:00
|
|
|
[Unit]
|
2014-05-26 23:23:05 +01:00
|
|
|
Description=Bittorrent Sync service for %i
|
2014-05-21 22:43:52 +01:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2014-05-26 23:23:05 +01:00
|
|
|
Nice=19
|
|
|
|
IOSchedulingClass=idle
|
|
|
|
IOSchedulingPriority=7
|
2014-05-21 22:43:52 +01:00
|
|
|
User=%i
|
2014-06-23 22:10:50 +01:00
|
|
|
ExecStartPre=/opt/btsync/bin/btsync_setup
|
|
|
|
ExecStart=/opt/btsync/bin/btsync --config /home/%i/.btsync/btsync.conf --nodaemon
|
2014-05-21 22:43:52 +01:00
|
|
|
Restart=on-abort
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|