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