Increase the default bootpd(8) lease time from 1 to 10 minutes (#8)
This commit is contained in:
parent
71465f8bff
commit
717e6b0f89
|
|
@ -27,7 +27,7 @@ struct Args {
|
|||
#[clap(
|
||||
long,
|
||||
help = "set bootpd(8) lease time to this value (in seconds) before starting the VM",
|
||||
default_value_t = 60
|
||||
default_value_t = 600
|
||||
)]
|
||||
bootpd_lease_time: u32,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue