tomeshnet / mesh-orange

A small ramdisk system running modern Debian to support mesh networking on ARM single-board computers
https://tomeshnet.github.io/mesh-orange/
GNU General Public License v2.0
39 stars 7 forks source link

system.d ini files #61

Open darkdrgn2k opened 5 years ago

darkdrgn2k commented 5 years ago

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?