mirror of https://github.com/Icinga/icinga2.git
Renamed default PID/state filenames.
This commit is contained in:
parent
8e2801e062
commit
d98ceb7b79
|
@ -28,8 +28,8 @@
|
|||
|
||||
using namespace icinga;
|
||||
|
||||
const String IcingaApplication::DefaultPidPath = "icinga.pid";
|
||||
const String IcingaApplication::DefaultStatePath = "icinga.state";
|
||||
const String IcingaApplication::DefaultPidPath = "icinga2.pid";
|
||||
const String IcingaApplication::DefaultStatePath = "icinga2.state";
|
||||
|
||||
IcingaApplication::IcingaApplication(const Dictionary::Ptr& serializedUpdate)
|
||||
: Application(serializedUpdate)
|
||||
|
|
Loading…
Reference in New Issue