1 # Service unit starting ihttpd.service on password request
3 Description=Answer Password Requests from the Apache IHTTP Server
5 Conflicts=shutdown.target multi-user.target graphical.target
6 After=plymouth-start.service
7 Before=paths.target shutdown.target
8 ConditionPathExists=!/run/plymouth/pid
13 ExecStart=/usr/sbin/ihttpd $OPTIONS -DFOREGROUND
14 ExecReload=/usr/sbin/ihttpd $OPTIONS -k graceful
17 PIDFile=/run/ihttpd/ihttpd.pid