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

12 lines
211 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/btsync.conf --nodaemon
Restart=on-abort
2013-09-28 02:56:52 +02:00
[Install]
WantedBy=multi-user.target