]> Raphaƫl G. Git Repositories - ihttpd/blobdiff - SOURCES/ihttpd.service
Replace egrep with grep -E
[ihttpd] / SOURCES / ihttpd.service
index 99616331cf929ac9b3827e6e9a3c9afb57f3ffda..a1772738930504c2ef4184d17cd2a485a04c80e5 100644 (file)
@@ -1,17 +1,20 @@
-# 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.target
+After=systemd-networkd.service
 
 [Service]
 Type=simple
 Environment=LANG=C
-ExecStart=/usr/sbin/ihttpd $OPTIONS -DFOREGROUND
-ExecReload=/usr/sbin/ihttpd $OPTIONS -k graceful
+ExecStartPre=/usr/bin/mkdir -p /run/ihttpd /run/ihttpd/log
+ExecStart=/usr/sbin/ihttpd -DFOREGROUND
 KillSignal=SIGWINCH
 KillMode=mixed
 PIDFile=/run/ihttpd/ihttpd.pid
+
+[Install]
+WantedBy=sysinit.target