fixed typo
This commit is contained in:
parent
1e230617ce
commit
09266c9d51
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ type Config struct {
|
||||||
// Group is the group to drop privileges to.
|
// Group is the group to drop privileges to.
|
||||||
Group string
|
Group string
|
||||||
// Chroot is the directory to chroot into. Leave this emptry for no chroot.
|
// Chroot is the directory to chroot into. Leave this emptry for no chroot.
|
||||||
// When running on linux, make sure the chroot directory contains the /etc/passwd and /etc/group files.
|
// When compiling without cgo, make sure the chroot directory contains the /etc/passwd and /etc/group files.
|
||||||
Chroot string
|
Chroot string
|
||||||
// Set to true, to run the process in the foreground.
|
// Set to true, to run the process in the foreground.
|
||||||
Foreground bool
|
Foreground bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue