X-Git-Url: https://git.rapsys.eu/ihttpd/blobdiff_plain/cca3ab26827649d8eef3e90ad561610079429162..5a25ac3f232b01b3a87d4161155a3a6777b5bce3:/SOURCES/ihttpd.service diff --git a/SOURCES/ihttpd.service b/SOURCES/ihttpd.service index 00bfcd3..a177273 100644 --- a/SOURCES/ihttpd.service +++ b/SOURCES/ihttpd.service @@ -1,15 +1,16 @@ # Based on /usr/lib/systemd/system/debug-shell.service [Unit] -Description=Spawn apache ihttpd server to answer password requests +Description=The Apache HTTP Server answering password requests DefaultDependencies=no AllowIsolate=no IgnoreOnIsolate=yes -Before=cryptsetup-pre.target -After=systemd-networkd.service systemd-tmpfiles-setup.service +Before=cryptsetup.target +After=systemd-networkd.service [Service] Type=simple Environment=LANG=C +ExecStartPre=/usr/bin/mkdir -p /run/ihttpd /run/ihttpd/log ExecStart=/usr/sbin/ihttpd -DFOREGROUND KillSignal=SIGWINCH KillMode=mixed