X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Finstall.c;h=2c57c9b607510b9207733188bd579f99e9cc0e3e;hb=71a6f7538199f571b92e0c9fbb5819f8ce0e0d20;hp=a05002d073e805ab1b11e3f693d07963fd47903c;hpb=b4f10a5e8956d26f0bc6b9aef12846b57caee08b;p=elogind.git diff --git a/src/install.c b/src/install.c index a05002d07..2c57c9b60 100644 --- a/src/install.c +++ b/src/install.c @@ -148,6 +148,8 @@ static int parse_argv(int argc, char *argv[]) { arg_realize = REALIZE_MAYBE; else if (streq(optarg, "yes")) arg_realize = REALIZE_YES; + else if (streq(optarg, "reload")) + arg_realize = REALIZE_RELOAD; else { log_error("Invalid --realize argument %s", optarg); return -EINVAL;