Documentation: Add note for daemon user/group.

This commit is contained in:
Michael Friedrich 2013-10-20 14:39:20 +02:00
parent 2130d934d2
commit 103499bc7d
1 changed files with 6 additions and 0 deletions

View File

@ -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