From 0dc1b42265826b22b03b55db213081d43ad0a87c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 25 Jan 2021 11:28:04 +0200 Subject: [PATCH] add systemd user service for qbittorrent-nox --- conf/systemd/user/qbittorrent-nox.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/systemd/user/qbittorrent-nox.service diff --git a/conf/systemd/user/qbittorrent-nox.service b/conf/systemd/user/qbittorrent-nox.service new file mode 100644 index 00000000..741dc495 --- /dev/null +++ b/conf/systemd/user/qbittorrent-nox.service @@ -0,0 +1,10 @@ +[Unit] +Description=A Headless Bittorrent client using rb_libtorrent + +[Service] +Type=simple +ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081 +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=default.target