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