1
0
mirror of synced 2024-09-22 00:21:46 +02:00
TheChymera-overlay/net-p2p/btsync/files/btsync_user.service

14 lines
273 B
SYSTEMD
Raw Normal View History

[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