613a808541
ebuild variable references fixed ebuild's cleaned up and slimmed down stable branch of btsync updated from 1.3.94 to 1.3.105 btsync binary install path corrected to Gentoo standard: /opt/ systemd service unit CPU & I/O priority lowered to idle systemd service units reference corrected btsync binary path OpenRC/init.d files tied up and reference corrected binary path Manifest file rebuilt
14 lines
273 B
Desktop File
14 lines
273 B
Desktop File
[Unit]
|
|
Description=Bittorrent Sync user service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Nice=19
|
|
IOSchedulingClass=idle
|
|
IOSchedulingPriority=7
|
|
ExecStart=/opt/btsync/btsync --config %h/.config/btsync/btsync.conf --nodaemon
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=default.target
|