diff options
-rw-r--r-- | tiptorrent@.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tiptorrent@.service b/tiptorrent@.service new file mode 100644 index 0000000..b3956e0 --- /dev/null +++ b/tiptorrent@.service @@ -0,0 +1,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 |