You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure if this might be a non-goal of augeas, but I didn't read anything on this in the readme.
Example:
augtool> ls /files/etc/systemd/system/a.service
Unit/ = (none)
Service/ = (none)
augtool> ls /files/home/modprog/.config/systemd/user/a.service
augtool>
The identical file was placed in both locations. AFAICT this is not systemd specific, as none of the paths in https://augeas.net/stock_lenses.html mention home.
The text was updated successfully, but these errors were encountered:
augeas loads a lot of files on startup, but not everything on the filesystem
Each lens (*.aug) includes a list of files and patterns which it will load automatically.
A small number of lenses will load files from the users home directory, but even that may not be what you are looking for
It is possible to tell augtool exactly which file to load, and which lens to use, eg.
(you don't really need to use --noload it just makes the startup a bit faster)
I hope that helps
If you have augeas 1.14.0 or later, you can use augprint to print the required transform, load-file and example set statements for your particular use-case:
I'm unsure if this might be a non-goal of augeas, but I didn't read anything on this in the readme.
Example:
The identical file was placed in both locations. AFAICT this is not systemd specific, as none of the paths in https://augeas.net/stock_lenses.html mention
home
.The text was updated successfully, but these errors were encountered: