1
0
mirror of synced 2024-06-08 05:37:53 +02:00
TheChymera-overlay/net-p2p/btsync/files/systemd/btsync.service
Horea Christian 2e123ca6e5
net-p2p/btsync: added config and service files from pigfoot
Package-Manager: portage-2.2.26
2016-01-13 19:22:57 +01:00

15 lines
348 B
Desktop File

# Copyright 2014-2016 Jonathan Vasquez <jvasquez1011@gmail.com>
# Distributed under the terms of the GNU General Public License v2
[Unit]
Description=BitTorrent Sync
After=systemd-udev-settle.target local-fs.target zfs.service
[Service]
Type=forking
ExecStart=/opt/btsync/btsync --config /etc/btsync/config
[Install]
WantedBy=multi-user.target