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