summarylogtreecommitdiffstats
path: root/qbittorrent@.service
diff options
context:
space:
mode:
authorSevenseven2017-01-15 08:51:34 +0300
committerSevenseven2017-01-15 08:51:34 +0300
commit7f03d21623278f08e35b14e1b922928cb66de627 (patch)
tree75bb6afefd4d79e8cdd7508565f3ac9a66f6b57e /qbittorrent@.service
parenta17354d066c93ec35e5dcc162d6544ab7b7ee28a (diff)
downloadaur-7f03d21623278f08e35b14e1b922928cb66de627.tar.gz
qbittorrent-libtorrent-1.1.1.patch
Diffstat (limited to 'qbittorrent@.service')
-rw-r--r--qbittorrent@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/qbittorrent@.service b/qbittorrent@.service
new file mode 100644
index 000000000000..6308addea3a2
--- /dev/null
+++ b/qbittorrent@.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+User=%i
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=multi-user.target