service: add support for instances without command
[project/procd.git] / rcS.c
diff --git a/rcS.c b/rcS.c
index b3e3c2264eba16719b839e64aadc3d522f54973a..1e38d39e511fd280904bc7b6f3b315eb7ff60b4f 100644 (file)
--- a/rcS.c
+++ b/rcS.c
@@ -54,7 +54,7 @@ static void pipe_cb(struct ustream *s, int bytes)
                        break;
                *newline = 0;
                len = newline + 1 - str;
-               syslog(0, "%s", str);
+               syslog(LOG_NOTICE, "%s", str);
 #ifdef SHOW_BOOT_ON_CONSOLE
                fprintf(stderr, "%s\n", str);
 #endif