From 26404e2cc41aa06905a3a71e73b2de37280ed0ba Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 5 Apr 2015 14:34:48 +0300 Subject: [PATCH] Add systemd service file. Thanks to leigh123linux and pmzqla. --- dist/unix/systemd/qbittorrent-nox.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dist/unix/systemd/qbittorrent-nox.service diff --git a/dist/unix/systemd/qbittorrent-nox.service b/dist/unix/systemd/qbittorrent-nox.service new file mode 100644 index 000000000..981ebb20d --- /dev/null +++ b/dist/unix/systemd/qbittorrent-nox.service @@ -0,0 +1,11 @@ +[Unit] +Description=qBittorrent Daemon Service +After=network.target + +[Service] +Type=forking +User=1000 +ExecStart=qbittorrent-nox -d + +[Install] +WantedBy=multi-user.target