1
0
mirror of synced 2025-01-10 21:55:19 +01:00

13 lines
223 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Bittorent Sync service
After=network.target
2013-09-28 02:56:52 +02:00
[Service]
User=btsync
Group=btsync
ExecStart=/opt/btsync/btsync --config /etc/btsync/config --nodaemon
Restart=on-abort
2013-09-28 02:56:52 +02:00
[Install]
WantedBy=multi-user.target