zoneminder/conf.d
Andrew Bauer 3258d8e590 remove ZM_DIR_IMAGES (#2374) 2018-12-29 09:52:58 -05:00
..
01-system-paths.conf.in remove ZM_DIR_IMAGES (#2374) 2018-12-29 09:52:58 -05:00
02-multiserver.conf reorganize zm config files (#1937) 2017-07-17 09:11:36 -04:00
README Add support for conf.d subfolder (#1902) 2017-06-05 16:39:19 -04:00

README

conf.d/README

Any changes to ZoneMinder's configuration should be made here in this folder,
rather than directly editing the default zm.conf file.

ZoneMinder will process each file in this folder with a ".conf" extension.
Each "Var = Value" pair, in each config file, will be loaded into ZoneMinder's
running configuration, overriding any variables with the same name found in the 
default zm.conf file.

After creating a custom config file, don't forget to set the proper file and
owner permission on it. For example, this is typically what you should do after
saving the config file to disk:

    sudo chown root:apache *.conf
    sudo chmod 640 *.conf

Substitute "apache" with the name of the web server user account on your system.