clang-format
This commit is contained in:
parent
9d2503f9c0
commit
23209baaf5
|
@ -1110,7 +1110,7 @@ namespace {
|
|||
int call_daemon() {
|
||||
#ifdef __sgi
|
||||
return _daemonize(0, 0, 0, 0);
|
||||
#else // !__sgi
|
||||
#else // !__sgi
|
||||
#ifdef HAVE_LIBSYSTEMD
|
||||
if (sd_booted() && (getenv("NOTIFY_SOCKET") != NULL)) {
|
||||
LOG(NOTICE) << "Daemonising disabled under systemd";
|
||||
|
|
Loading…
Reference in New Issue