diff options
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.cpp')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp index d0c82984777..1bfdb899f5d 100644 --- a/cpp/src/IceBox/ServiceManagerI.cpp +++ b/cpp/src/IceBox/ServiceManagerI.cpp @@ -622,6 +622,7 @@ IceBox::ServiceManagerI::start(const string& service, const string& entryPoint, if(initData.properties->getProperty("Ice.LogFile").empty() #ifndef _WIN32 && initData.properties->getPropertyAsInt("Ice.UseSyslog") <= 0 + && initData.properties->getPropertyAsInt("Ice.UseSystemdJournal") <= 0 #endif ) { |