0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agoTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.worksimagemessage-square144fedilinkarrow-up1616arrow-down159
arrow-up1557arrow-down1imageTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square144fedilink
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up3·1 year agoWhat system wide software stores their configs in anything but /etc? Data, sure, but not configs.
minus-squarepearsaltchocolatebar@discuss.onlinelinkfedilinkarrow-up2·11 months agoDocker installs in /var/lib. Tenable and Nessus use /opt. There are tons of packages that store config files in places other than /etc.
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up2·edit-211 months agoI 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
minus-squarepearsaltchocolatebar@discuss.onlinelinkfedilinkarrow-up1·11 months agoIt’s not in RHEL. Tenable and Nessus are vulnerability scanners, and Nessus at least can be installed via yum.
minus-squareOpisek@lemmy.worldlinkfedilinkarrow-up2arrow-down2·1 year agonginx at the very least, but there’s way more
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up7·1 year agoNginx’ default config location is /etc/nginx/
minus-squareOpisek@lemmy.worldlinkfedilinkarrow-up3·1 year agoYeah I missed the “anything but”, sorry
What system wide software stores their configs in anything but /etc? Data, sure, but not configs.
Docker installs in /var/lib. Tenable and Nessus use /opt.
There are tons of packages that store config files in places other than /etc.
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:
It’s not in RHEL. Tenable and Nessus are vulnerability scanners, and Nessus at least can be installed via yum.
nginx at the very least, but there’s way more
Nginx’ default config location is
Yeah I missed the “anything but”, sorry