13 lines
223 B
Desktop File
13 lines
223 B
Desktop File
[Unit]
|
|
Description=Bittorent Sync service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=btsync
|
|
Group=btsync
|
|
ExecStart=/opt/btsync/btsync --config /etc/btsync/config --nodaemon
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|