8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
/**
|
||
|
* This file is read by Icinga 2 before the main
|
||
|
* configuration file (icinga2.conf) is processed.
|
||
|
*/
|
||
|
|
||
|
const RunAsUser = "nagios"
|
||
|
const RunAsGroup = "nagios"
|