• @hperrin
    link
    310 months ago

    What system wide software stores their configs in anything but /etc? Data, sure, but not configs.

    • @[email protected]
      link
      fedilink
      210 months ago

      Docker installs in /var/lib. Tenable and Nessus use /opt.

      There are tons of packages that store config files in places other than /etc.

      • @hperrin
        link
        2
        edit-2
        10 months ago

        I don’t know what Tenable and Nessus are. I’m guess you have to install them from outside the package manager or build them from source, in which case, yeah, using /opt for config would be acceptable.

        Docker’s config file is located at:

        /etc/docker/daemon.json
        
        • @[email protected]
          link
          fedilink
          110 months ago

          It’s not in RHEL. Tenable and Nessus are vulnerability scanners, and Nessus at least can be installed via yum.

    • @Opisek
      link
      010 months ago

      nginx at the very least, but there’s way more

      • @hperrin
        link
        710 months ago

        Nginx’ default config location is

        /etc/nginx/
        
        • @Opisek
          link
          310 months ago

          Yeah I missed the “anything but”, sorry