1
0
mirror of synced 2024-06-01 10:18:14 +02:00
TheChymera-overlay/net-p2p/btsync/files/btsync_user.service

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