nixos/nomad: fix typo and spell out ExecStartPre usage
This commit is contained in:
parent
b72a46713f
commit
bddb7ac406
@ -71,9 +71,10 @@ in
|
|||||||
|
|
||||||
If `data_dir` is set to a value other than the default value of
|
If `data_dir` is set to a value other than the default value of
|
||||||
`"/var/lib/nomad"` it is the Nomad cluster manager's responsibility
|
`"/var/lib/nomad"` it is the Nomad cluster manager's responsibility
|
||||||
to make sure that this directory exist and has the appropriate
|
to make sure that this directory exists and has the appropriate
|
||||||
permissions. One way to do this is with the `ExecStartPre` feature of
|
permissions. One way to ensure this is the case to create the
|
||||||
systemd.
|
directory and adjust its permissions as needed using the
|
||||||
|
`ExecStartPre` feature of systemd.
|
||||||
|
|
||||||
Additionally, if `dropPrivileges` is `true` then `data_dir`
|
Additionally, if `dropPrivileges` is `true` then `data_dir`
|
||||||
**cannot** be customized. Setting `dropPrivileges` to `true` enables
|
**cannot** be customized. Setting `dropPrivileges` to `true` enables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user