diff options
-rw-r--r-- | src/journal/journald.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/journal/journald.c b/src/journal/journald.c index c8c0801faf..766500917b 100644 --- a/src/journal/journald.c +++ b/src/journal/journald.c @@ -37,11 +37,6 @@ int main(int argc, char *argv[]) { Server server; int r; - /* if (getppid() != 1) { */ - /* log_error("This program should be invoked by init only."); */ - /* return EXIT_FAILURE; */ - /* } */ - if (argc > 1) { log_error("This program does not take arguments."); return EXIT_FAILURE; |