summarylogtreecommitdiffstats
path: root/qbittorrent.service
diff options
context:
space:
mode:
authorSevenseven2015-06-09 01:20:05 +0300
committerSevenseven2015-06-09 01:20:05 +0300
commite64221d7df14877bf055552b32c55d81cf0e63e6 (patch)
tree5e66c5126ad19cc1a18ebc654f69db28142c13e2 /qbittorrent.service
downloadaur-e64221d7df14877bf055552b32c55d81cf0e63e6.tar.gz
Initial import
Diffstat (limited to 'qbittorrent.service')
-rwxr-xr-xqbittorrent.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/qbittorrent.service b/qbittorrent.service
new file mode 100755
index 000000000000..cfe78ce7734e
--- /dev/null
+++ b/qbittorrent.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+After=network.target
+
+[Service]
+User=0
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target