mirror of
https://github.com/YunoHost-Apps/qbittorrent_ynh.git
synced 2024-09-03 20:16:10 +02:00
15 lines
331 B
Desktop File
15 lines
331 B
Desktop File
[Unit]
|
|
Description=qBittorrent-nox service
|
|
Documentation=man:qbittorrent-nox(1)
|
|
Wants=network-online.target
|
|
After=network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__INSTALL_DIR__/
|
|
ExecStart=/usr/bin/qbittorrent-nox --webui-port=__PORT__
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|