aboutsummaryrefslogtreecommitdiff
path: root/initd
diff options
context:
space:
mode:
Diffstat (limited to 'initd')
-rw-r--r--initd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/initd/main.c b/initd/main.c
index 05f9271..a1d6906 100644
--- a/initd/main.c
+++ b/initd/main.c
@@ -193,7 +193,7 @@ int main(void)
return EXIT_FAILURE;
}
- if (svcscan(SVCDIR, &cfg)) {
+ if (svcscan(SVCDIR, &cfg, 0)) {
fputs("Error reading service list from " SVCDIR "\n"
"Trying to continue anyway\n", stderr);
}