summarylogtreecommitdiffstats
path: root/webtorrent-bittorrent-tracker.service
blob: 7a1d098c81cee063aedee11997ef6df1834148ec (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Webtorrent Bittorrent Tracker.
After=network.target

[Service]
EnvironmentFile=/etc/webtorrent-bittorrent-tracker.conf
ExecStart=/bin/bash -c "/bin/bittorrent-tracker $OPT"

[Install]
WantedBy=multi-user.target