aquatic: add setting for dropping privileges after opening sockets

This commit is contained in:
Joakim Frostegård 2020-05-06 01:26:35 +02:00
parent e0526ac828
commit 6110017980
6 changed files with 89 additions and 1 deletions

View file

@ -49,6 +49,11 @@ interval = 5
interval = 30
max_peer_age = 1200
max_connection_age = 300
[privileges]
drop_privileges = false
chroot_path = '.'
user = 'nobody'
```
To adjust the settings, save this text to a file and make your changes. The