mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user