Create qbittorrent-nox.service
Browse files- qbittorrent-nox.service +11 -0
qbittorrent-nox.service
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[Unit]
|
2 |
+
Description=qBittorrent-nox service
|
3 |
+
After=network.target
|
4 |
+
|
5 |
+
[Service]
|
6 |
+
ExecStart=/usr/bin/qbittorrent-nox --webui-port=7860
|
7 |
+
Restart=always
|
8 |
+
User=ubuntu
|
9 |
+
|
10 |
+
[Install]
|
11 |
+
WantedBy=multi-user.target
|