Skip to content

Add support for /usr/share config files #9

@nils-werner

Description

@nils-werner

Nowadays it is very common to have config files in three different places:

  1. /usr/share/app. These are the config files that come with the distro package. Different packages can provide config droplets to other packages. They should never be changed by the user, so that package upgrades can work without conflicts.
  2. /etc/app. These are the machine-installation-specific config files. They win over 1, so any customization for your local installation goes in here.
  3. ~/.config/app. These are user-specific config files. They win over 1 and 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions