Adjust sample configuration 'check_cert_for_prosody.conf.sample'.

This commit is contained in:
Christoph 2020-04-23 18:45:02 +02:00
parent 2837d01cf7
commit 63c3154024

View File

@ -20,6 +20,9 @@
# - service_name="Mumble"
# - service_name="Prosody"
# -
# - Defaults to:
# - service_name="Prosody"
# -
#service_name=""
@ -31,6 +34,9 @@
# - check_string_ps="[[:digit:]]\ /usr/sbin/murmurd"
# - check_string_ps=""
# -
# - Defaults to:
# - check_string_ps="[[:digit:]]\ lua[[:digit:]].[[:digit:]] /usr/bin/prosody"
# -
#check_string_ps=""
@ -42,6 +48,9 @@
# - service_user="mumble-server"
# - service_user="prosody"
# -
# - Defaults to:
# - service_user="prosody"
# -
#service_user=""
@ -53,6 +62,9 @@
# - service_group="mumble-server"
# - service_group="prosody"
# -
# - Defaults to:
# - service_group="prosody"
# -
#service_group=""