diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man5/journal-upload.conf.5')
-rw-r--r-- | upstream/opensuse-leap-15-6/man5/journal-upload.conf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/upstream/opensuse-leap-15-6/man5/journal-upload.conf.5 b/upstream/opensuse-leap-15-6/man5/journal-upload.conf.5 index 535e3a40..46d33e65 100644 --- a/upstream/opensuse-leap-15-6/man5/journal-upload.conf.5 +++ b/upstream/opensuse-leap-15-6/man5/journal-upload.conf.5 @@ -57,7 +57,12 @@ configuration subdirectories are sorted by their filename in lexicographic order When packages need to customize the configuration, they can install drop\-ins under /usr/\&. Files in /etc/ -are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages\&. Drop\-ins have to be used to override package drop\-ins, since the main configuration file has lower precedence\&. It is recommended to prefix all filenames in those subdirectories with a two\-digit number and a dash, to simplify the ordering of the files\&. This also defined a concept of drop\-in priority to allow distributions to ship drop\-ins within a specific range lower than the range used by users\&. This should lower the risk of package drop\-ins overriding accidentally drop\-ins defined by users\&. +are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages\&. Drop\-ins have to be used to override package drop\-ins, since the main configuration file has lower precedence\&. It is recommended to prefix all filenames in those subdirectories with a two\-digit number and a dash, to simplify the ordering of the files\&. This also defines a concept of drop\-in priorities to allow OS vendors to ship drop\-ins within a specific range lower than the range used by users\&. This should lower the risk of package drop\-ins overriding accidentally drop\-ins defined by users\&. It is recommended to use the range 10\-40 for drop\-ins in +/usr/ +and the range 60\-90 for drop\-ins in +/etc/ +and +/run/, to make sure that local and transient drop\-ins take priority over drop\-ins shipped by the OS vendor\&. .PP To disable a configuration file supplied by the vendor, the recommended way is to place a symlink to /dev/null |