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 was digging more into systemd and their ini files. Speaking with some of the people in the #systemd rooms the pointed me to the x- prefix that is to be used for settings that are not system.d native
Unit files may contain additional options on top of those listed here. If systemd encounters an unknown option, it will write a warning log message but continue loading the unit. If an option or section name is prefixed with X-, it is ignored completely by systemd. Options within an ignored section do not need the prefix. Applications may use this to include additional information in the unit files. source
Perhaps this is something that we should think of implementing in our link files to prevent future conflict and current log errors?
The text was updated successfully, but these errors were encountered:
I was digging more into systemd and their ini files. Speaking with some of the people in the #systemd rooms the pointed me to the
x-
prefix that is to be used for settings that are not system.d nativePerhaps this is something that we should think of implementing in our link files to prevent future conflict and current log errors?
The text was updated successfully, but these errors were encountered: