blob: b3956e0c90054561e77e5d4388eb20cb87879c9b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# tiptorrent systemd service file
[Unit]
Description=tiptorrent server with root folder at %f
[Install]
WantedBy=multi-user.target
[Service]
ExecStart=/usr/bin/tiptorrent --redirect --root %f
|