2014-05-21 23:43:52 +02:00
|
|
|
[Unit]
|
2014-05-27 00:23:05 +02:00
|
|
|
Description=Bittorrent Sync user service
|
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
|
|
|
|
ExecStart=/opt/btsync/btsync --config %h/.config/btsync/btsync.conf --nodaemon
|
2014-05-21 23:43:52 +02:00
|
|
|
Restart=on-abort
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|