17 lines
322 B
Desktop File
17 lines
322 B
Desktop File
[Unit]
|
|
Description=Bittorrent Sync service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Nice=19
|
|
IOSchedulingClass=idle
|
|
IOSchedulingPriority=7
|
|
User=btsync
|
|
Group=btsync
|
|
ExecStartPre=/opt/btsync/bin/btsync_setup
|
|
ExecStart=/opt/btsync/bin/btsync --config /etc/btsync.conf --nodaemon
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|