Allow starting as root and downgrading once the server is listening
This commit is contained in:
parent
b444440d65
commit
b7e943d90e
8 changed files with 79 additions and 17 deletions
|
@ -1,4 +1,12 @@
|
|||
|
||||
# If you start out as a root user (eg. if you want to use ports lower than 1000)
|
||||
# then you can downgrade the user once all services are up and running
|
||||
#user="nobody"
|
||||
#group="nogroup"
|
||||
|
||||
# Process title visible in monitorin logs and process listing
|
||||
title="mailtrain"
|
||||
|
||||
[log]
|
||||
level="silly"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue