Open baldoalessandro opened 4 years ago
Looking at the source of systemd I've found that tmpfiles use the function extract_many_words.
tmpfiles
extract_many_words
Is this in your opinion a good starting point? I was thinking of porting this using nom, it is a good idea ?
nom is good, if you prefer bash opentmpfiles has an implementation.
Looking at the source of systemd I've found that
tmpfiles
use the functionextract_many_words
.Is this in your opinion a good starting point? I was thinking of porting this using nom, it is a good idea ?