mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-08-24 03:18:33 +02:00
nologin is in /usr/sbin/ in raspbian, not /sbin/
parent
48089192a9
commit
8e2d5a9277
@ -34,7 +34,7 @@ Please note, I take no responsibility for any breakage or corruption of your Pi-
|
||||
|
||||
**Add a dnscrypt user so the DNSCrypt-Proxy won't run as root**
|
||||
|
||||
`sudo useradd -r -d /var/dnscrypt -m -s /sbin/nologin dnscrypt`
|
||||
`sudo useradd -r -d /var/dnscrypt -m -s /usr/sbin/nologin dnscrypt`
|
||||
|
||||
|
||||
**Starts DNSProxy in daemon mode automatically**
|
||||
|
Loading…
x
Reference in New Issue
Block a user