FreeBSD rc scripts: remove nojail keyword
since it can be deployed in jails
This commit is contained in:
parent
2e433be569
commit
438b9325db
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_console
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown nojail
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Define these albatross_console_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_daemon
|
||||
# REQUIRE: LOGIN albatross_console albatross_log albatross_stat
|
||||
# KEYWORD: shutdown nojail
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Define these albatross_daemon_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_influx
|
||||
# REQUIRE: LOGIN albatross_stat
|
||||
# KEYWORD: shutdown nojail
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Define these albatross_influx_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_log
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown nojail
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Define these albatross_log_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_stat
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown nojail
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Define these albatross_stat_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_tls
|
||||
# REQUIRE: LOGIN albatross_daemon
|
||||
# KEYWORD: shutdown nojail
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Define these albatross_tls_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# PROVIDE: albatross_x
|
||||
# REQUIRE: LOGIN albatross_daemon
|
||||
# KEYWORDS: shutdown nojail
|
||||
# KEYWORDS: shutdown
|
||||
#
|
||||
# Define these albatross_x_* variables in one of these files
|
||||
# /etc/rc.conf
|
||||
|
|
Loading…
Reference in a new issue