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