diff --git a/src/systemctl.c b/src/systemctl.c index f5a87fc701c..23e659756f8 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -4072,7 +4072,7 @@ static int install_info_apply(const char *verb, LookupPaths *paths, InstallInfo argv[1] = file_name_from_path(sysv); argv[2] = streq(verb, "enable") ? "on" : - streq(verb, "disable") ? "off" : NULL; + streq(verb, "disable") ? "off" : "--level=3"; log_info("Executing %s %s %s", argv[0], argv[1], strempty(argv[2]));