1
0
mirror of synced 2024-12-23 13:20:22 +01:00

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