Skip to content

Instantly share code, notes, and snippets.

@lottspot
Created November 12, 2013 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lottspot/7425263 to your computer and use it in GitHub Desktop.
Save lottspot/7425263 to your computer and use it in GitHub Desktop.
Systemd unit file for managing BitTorrent Sync processes. Based on service file provided with btsync package in Arch Linux AUR.
[Unit]
Description=Bittorent Sync service
After=network.target
[Service]
ExecStart=/usr/local/bin/btsync --config /usr/local/etc/btsync/sync.conf --nodaemon
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment