blob: 23ce081992e412b508b5cd7959915c3a6adb1f05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=qBittorrent-ClientBlocker service
Wants=network-online.target
After=qbittorrent-nox@.service qbittorrent-nox.service
[Service]
Type=simple
Restart=always
User=qbittorrent-clientblocker
WorkingDirectory=/etc/qbittorrent-clientblocker
ExecStart=/usr/bin/qbittorrent-clientblocker --nochdir -c config.toml
[Install]
WantedBy=multi-user.target
|