зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
19 строки
380 B
Plaintext
19 строки
380 B
Plaintext
https://github.com/c0re100/qBittorrent-Enhanced-Edition
|
|
|
|
/usr/lib/systemd/system/qbittorrent.service
|
|
|
|
[Unit]
|
|
Description=qbittorrent-nox Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=iharh
|
|
Type=forking
|
|
ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
|
|
Restart=on-failure
|
|
RemainAfterExit=yes
|
|
#PIDFile=/home/iharh/qbittorrent-nox.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|