mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
add systemd user service for qbittorrent-nox
This commit is contained in:
parent
1062b0291d
commit
0dc1b42265
10
conf/systemd/user/qbittorrent-nox.service
Normal file
10
conf/systemd/user/qbittorrent-nox.service
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user