From cca3ab26827649d8eef3e90ad561610079429162 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 19 Jun 2016 08:00:22 +0200 Subject: [PATCH] Add dependencies to avoid race conditions and be sure we start in time --- SOURCES/ihttpd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SOURCES/ihttpd.service b/SOURCES/ihttpd.service index 80ad31b..00bfcd3 100644 --- a/SOURCES/ihttpd.service +++ b/SOURCES/ihttpd.service @@ -4,6 +4,8 @@ Description=Spawn apache ihttpd server to answer password requests DefaultDependencies=no AllowIsolate=no IgnoreOnIsolate=yes +Before=cryptsetup-pre.target +After=systemd-networkd.service systemd-tmpfiles-setup.service [Service] Type=simple -- 2.41.0