mirror of https://github.com/Icinga/icinga2.git
Documentation: Add note for daemon user/group.
This commit is contained in:
parent
2130d934d2
commit
103499bc7d
|
@ -16,6 +16,12 @@ Icinga 2's init script is installed in `/etc/init.d/icinga2` by default:
|
|||
checkconfig | The `checkconfig` action checks if the `/etc/icinga2/icinga2.conf` configuration file contains any errors.
|
||||
status | The `status` action checks if Icinga 2 is running.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> By default the Icinga 2 daemon is running as `icinga` user and group.
|
||||
> using the init script. Using Debian packages the user and group are set to `nagios`
|
||||
> for historical reasons.
|
||||
|
||||
### <a id="cmdline"></a> Command-line Options
|
||||
|
||||
$ icinga2 --help
|
||||
|
|
Loading…
Reference in New Issue