15 lines
305 B
Desktop File
15 lines
305 B
Desktop File
[Unit]
|
|
Description=Bittorrent Sync user service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Nice=19
|
|
IOSchedulingClass=idle
|
|
IOSchedulingPriority=7
|
|
ExecStartPre=/opt/btsync/bin/btsync_setup
|
|
ExecStart=/opt/btsync/bin/btsync --config %h/.btsync/btsync.conf --nodaemon
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=default.target
|