]> Raphaël G. Git Repositories - ihttpd/commitdiff
Fix service to start reliably
authorRaphaël Gertz <git@rapsys.eu>
Sun, 19 Jun 2016 04:34:22 +0000 (06:34 +0200)
committerRaphaël Gertz <rapsys@rapsys.eu>
Sun, 19 Jun 2016 04:34:22 +0000 (06:34 +0200)
SOURCES/ihttpd.service

index 99616331cf929ac9b3827e6e9a3c9afb57f3ffda..80ad31bdf50afbe5c6dc4ca442635af072303aa4 100644 (file)
@@ -1,17 +1,17 @@
-# Service unit starting ihttpd.service on password request
+# Based on /usr/lib/systemd/system/debug-shell.service
 [Unit]
 [Unit]
-Description=Answer Password Requests from the Apache IHTTP Server
+Description=Spawn apache ihttpd server to answer password requests
 DefaultDependencies=no
 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
 
 [Service]
 Type=simple
 Environment=LANG=C
 
 [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
 KillSignal=SIGWINCH
 KillMode=mixed
 PIDFile=/run/ihttpd/ihttpd.pid
+
+[Install]
+WantedBy=sysinit.target