diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-14 21:47:44 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-14 21:47:44 +0200 |
commit | 4b972040184283a574e4aa454f2ea01b3a469a35 (patch) | |
tree | e0ceaf1f76863ef6d345e4e1318d921f3fedb11c /README | |
parent | c3d5d46a73a7884878082d3504083eee51bf8615 (diff) | |
download | runvdr-extreme-4b972040184283a574e4aa454f2ea01b3a469a35.tar.gz runvdr-extreme-4b972040184283a574e4aa454f2ea01b3a469a35.tar.bz2 |
Documented config file name generation
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,11 @@ Options take this precedence: 4. If no -C and no --runvdr-conf and no ~/.runvdr.conf, use /etc/runvdr.conf 5. If none of the above, runvdr built-in defaults are used. +The default name of the config file is generated from the executable filename +suffixed by ".conf". So you may have easy access to different config files, +without having to use the -C parameter every time, by creating symlinks to +runvdr. + Only one of the runvdr.conf files is loaded by default, and only one -C option is evaluated. However, you can load the contents of another runvdr.conf file from a runvdr.conf by using the INCLUDE directive. For example, you can |