The tmpfile configuration file had a wrong name (.conf prefix has been missing).
As a result of this, the file was ignored and the containing files and folders have not been created during boot-up.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- Makefile.am | 2 +- src/tmpfiles/{network => network.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/tmpfiles/{network => network.conf} (100%)
diff --git a/Makefile.am b/Makefile.am index c79cef9..3c94486 100644 --- a/Makefile.am +++ b/Makefile.am @@ -283,7 +283,7 @@ dist_bashcompletion_SCRIPTS = \ # ------------------------------------------------------------------------------
dist_tmpfiles_DATA = \ - src/tmpfiles/network + src/tmpfiles/network.conf
# ------------------------------------------------------------------------------
diff --git a/src/tmpfiles/network b/src/tmpfiles/network.conf similarity index 100% rename from src/tmpfiles/network rename to src/tmpfiles/network.conf