diff options
author | Michael Biebl <biebl@debian.org> | 2013-06-17 17:29:28 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-06-17 17:29:28 +0200 |
commit | c62e2e3b0f562a4ce54f7edcbb76400d90118717 (patch) | |
tree | 8af5c3ee9571e612272f27bef45a701b6c953b13 /tools | |
parent | a8cc121c4400881b45a9918351a7412053b00816 (diff) | |
download | rsyslog-c62e2e3b0f562a4ce54f7edcbb76400d90118717.tar.gz |
Imported Upstream version 7.4.1upstream/7.4.1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 7a8e21c..a8a733d 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2033,6 +2033,8 @@ int realMain(int argc, char **argv) ourConf->globals.bErrMsgToStderr = 0; } + sd_notify(0, "READY=1"); + mainloop(); /* do any de-init's that need to be done AFTER this comment */ |