mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
257 B
Desktop File
12 lines
257 B
Desktop File
[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
|