Add sleep to shutting down jails.

This commit is contained in:
Tom Alexander
2024-07-07 18:09:15 -04:00
parent ab572079ac
commit f6152d92f1
14 changed files with 22 additions and 19 deletions

View File

@@ -1,10 +1,11 @@
#!/bin/sh
#
# REQUIRE: FILESYSTEMS kld
# PROVIDE: opnsense
# BEFORE: netif
# REQUIRE: LOGIN
# KEYWORD: shutdown
. /etc/rc.subr
name=opnsense
rcvar=${name}_enable
start_cmd="${name}_start"