summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ea001b18b0..18af93418d 100644
--- a/main.c
+++ b/main.c
@@ -70,7 +70,7 @@ static int parse_proc_cmdline_word(const char *word) {
};
if (startswith(word, "systemd.default="))
- return set_default_unit(word + 15);
+ return set_default_unit(word + 16);
else if (startswith(word, "systemd.log_target=")) {