mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix #1393
This commit is contained in:
parent
b8477fe1a9
commit
4e747ade2a
1 changed files with 10 additions and 0 deletions
10
doc/topics/nonroot.rst
Normal file
10
doc/topics/nonroot.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
============================================
|
||||
Running the Salt Master as Unprivileged User
|
||||
============================================
|
||||
|
||||
While the default setup runs the Salt Master as the root user, it is generally
|
||||
wise to run servers as an unprivileged user. In Salt 0.9.10 the management
|
||||
of the running user was greatly improved, the only change needed is to alter
|
||||
the option ``user`` in the master configuration file and all salt system
|
||||
components will be updated to function under the new user when the master
|
||||
is started.
|
Loading…
Add table
Reference in a new issue