Last active
September 23, 2018 00:25
-
-
Save emlun/9129128 to your computer and use it in GitHub Desktop.
Systemd service definition for user instance of BitTorrent Sync (hopefully systemd 209 compatible)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/lib/systemd/user/btsync.service | |
------------------------------------ | |
[Unit] | |
Description=Bittorent Sync service for %u | |
[Service] | |
ExecStart=/usr/bin/btsync --config %h/.config/btsync/btsync.conf --nodaemon | |
Restart=on-abort | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment