aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qbittorrent-nox/qbittorrent-nox.pre-install
blob: 87016a22330a7399bbc4ecdb6d400f5593e695f6 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S qbittorrent 2>/dev/null
adduser -S -D -h /var/lib/qbittorrent -s /sbin/nologin -G qbittorrent -g qbittorrent qbittorrent 2>/dev/null

exit 0