FreeBSD rc scripts: remove nojail keyword

since it can be deployed in jails
This commit is contained in:
Stefan Grundmann 2018-11-08 08:42:48 +00:00
parent 2e433be569
commit 438b9325db
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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