You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Where do you go to configure log settings i.e. size, rolling, amount to keep etc on debian12 install through apt install qbittorrent-nox command.
In the .service file, is there a way to put in logging information? i.e. path, size, how long to keep them, etc?
sudo nano /etc/systemd/system/qbittorrent-nox.service
[Unit]
Description=qBittorrent Command Line Client
After=network.target
[Service]
Type=forking
User=qbittorrent-nox
Group=qbittorrent-nox
UMask=007
ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8181
Restart=on-failure
[Install]
WantedBy=multi-user.target
Beta Was this translation helpful? Give feedback.
All reactions