X-Git-Url: https://git.rapsys.eu/ihttpd/blobdiff_plain/412d1c12c998aa8249f855a1c4ef991680ae8171..68bcf2c4ea1f982853cef6ef6dd6c703e5d1e3c1:/SOURCES/ihttpd.service diff --git a/SOURCES/ihttpd.service b/SOURCES/ihttpd.service index 9961633..0c055f4 100644 --- a/SOURCES/ihttpd.service +++ b/SOURCES/ihttpd.service @@ -1,17 +1,19 @@ -# Service unit starting ihttpd.service on password request +# Based on /usr/lib/systemd/system/debug-shell.service [Unit] -Description=Answer Password Requests from the Apache IHTTP Server +Description=The Apache HTTP Server answering password requests DefaultDependencies=no -Conflicts=shutdown.target multi-user.target graphical.target -After=plymouth-start.service -Before=paths.target shutdown.target -ConditionPathExists=!/run/plymouth/pid +AllowIsolate=no +IgnoreOnIsolate=yes +Before=cryptsetup-pre.target +After=systemd-networkd.service systemd-tmpfiles-setup.service [Service] Type=simple Environment=LANG=C -ExecStart=/usr/sbin/ihttpd $OPTIONS -DFOREGROUND -ExecReload=/usr/sbin/ihttpd $OPTIONS -k graceful +ExecStart=/usr/sbin/ihttpd -DFOREGROUND KillSignal=SIGWINCH KillMode=mixed PIDFile=/run/ihttpd/ihttpd.pid + +[Install] +WantedBy=sysinit.target