diff options
author | Michael Adam <obnox@samba.org> | 2009-03-10 00:21:04 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-03-10 00:21:04 +0100 |
commit | fd7121371755d5c693ca85ed4581dd9a4b2f0718 (patch) | |
tree | da3d169f32271ab34a5d3a6af2e6e0b16ba7bbe7 /ctdb/config | |
parent | eac94258205b856c5b36da93573b34fc3b0b67f0 (diff) | |
download | samba-fd7121371755d5c693ca85ed4581dd9a4b2f0718.tar.gz samba-fd7121371755d5c693ca85ed4581dd9a4b2f0718.tar.xz samba-fd7121371755d5c693ca85ed4581dd9a4b2f0718.zip |
ctdb.sysconfig: add CTDB_MANAGES_HTTPD comment section
Michael
(This used to be ctdb commit ccaf9ebe062127124cf23e69dcd2ac2edda40020)
Diffstat (limited to 'ctdb/config')
-rw-r--r-- | ctdb/config/ctdb.sysconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig index 80c868dbee..1d0fc4eeed 100644 --- a/ctdb/config/ctdb.sysconfig +++ b/ctdb/config/ctdb.sysconfig @@ -65,6 +65,9 @@ # should ctdb manage starting/stopping the NFS service # CTDB_MANAGES_NFS=yes +# should ctdb manage starting/stopping the Apache web server httpd? +# CTDB_MANAGES_HTTPD + # The init style (redhat/suse/ubuntu...) is usually auto-detected. # The names of init scripts of services managed by CTDB are set # based on the detected init style. You can override the init style |