-
Notifications
You must be signed in to change notification settings - Fork 27
Home
SimpleTracker edited this page Jan 28, 2024
·
35 revisions
Welcome to the qBittorrent-ClientBlocker wiki!
qBittorrent-ClientBlocker.service
[Unit]
Description=qBittorrent-ClientBlocker service
Wants=network-online.target
After=qbittorrent-nox.service
[Service]
Type=simple
Restart=always
User=%I
WorkingDirectory=/home/%I/.config/qBittorrent-ClientBlocker/
ExecStart=/usr/local/bin/qBittorrent-ClientBlocker -c /home/%I/.config/qBittorrent-ClientBlocker/config.json
[Install]
WantedBy=multi-user.target
qBittorrent-ClientBlocker@ .service (Thanks @amefs #9)
[Unit]
Description=qBittorrent-ClientBlocker service
Wants=network-online.target
After=qbittorrent-nox.service
[Service]
Type=simple
Restart=always
User=%I
WorkingDirectory=/home/%I/.config/qBittorrent-ClientBlocker/
ExecStart=/usr/local/bin/qBittorrent-ClientBlocker -c /home/%I/.config/qBittorrent-ClientBlocker/config.json
[Install]
WantedBy=multi-user.target