1
0
mirror of synced 2024-12-23 13:20:22 +01:00

12 lines
206 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Bittorent Sync service
After=network.target
2013-09-28 02:56:52 +02:00
[Service]
User=%I
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