From cc722bdc203243ebaeccc6de79fd2dbbf0ed3fb6 Mon Sep 17 00:00:00 2001 From: Olivier Boudeville Date: Mon, 7 Aug 2023 18:06:01 +0200 Subject: [PATCH] "Requires" enriched. --- priv/conf/us-web-as-native-build.service | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/priv/conf/us-web-as-native-build.service b/priv/conf/us-web-as-native-build.service index 85ae23f..aa14263 100644 --- a/priv/conf/us-web-as-native-build.service +++ b/priv/conf/us-web-as-native-build.service @@ -1,6 +1,11 @@ [Unit] Description=Universal Webserver service (US-Web), as a native build -Requires=network.target + +# Otherwise startup at boot may fail because of the encrypted filesystem of a +# webroot not being already up: +# +Requires=network.target local-fs.target + After=network.target