From: Raphaƫl Gertz Date: Sun, 19 Jun 2016 06:00:22 +0000 (+0200) Subject: Add dependencies to avoid race conditions and be sure we start in time X-Git-Url: https://git.rapsys.eu/ihttpd/commitdiff_plain/073dfe94a4e87b9b42a2af4ea252435b39ca3422 Add dependencies to avoid race conditions and be sure we start in time --- 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