Renamed default PID/state filenames.

This commit is contained in:
Gunnar Beutner 2012-09-19 12:55:07 +02:00
parent 8e2801e062
commit d98ceb7b79
1 changed files with 2 additions and 2 deletions

View File

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