Skip to content

Commit 3823a82

Browse files
committed
Fix comment (user= is recommended, not required)
1 parent a2adcb3 commit 3823a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/skel/sample.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ nodaemon=false ; start in foreground if true; default false
3434
minfds=1024 ; min. avail startup file descriptors; default 1024
3535
minprocs=200 ; min. avail process descriptors;default 200
3636
;umask=022 ; process file creation umask; default 022
37-
;user=chrism ; default is current user, required if root
37+
;user=supervisord ; setuid to this UNIX account at startup; recommended if root
3838
;identifier=supervisor ; supervisord identifier, default is 'supervisor'
3939
;directory=/tmp ; default is not to cd during start
4040
;nocleanup=true ; don't clean up tempfiles at start; default false

0 commit comments

Comments
 (0)