summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index c346f58412..b8962e9894 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -267,11 +267,6 @@ static int parse_argv(int argc, char *argv[]) {
}
}
- if (optind < argc && arg_boot) {
- log_error("Cannot specify a command together with '-b'");
- return -EINVAL;
- }
-
return 1;
}