]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/ihttpd.service
Initial import
[ihttpd] / SOURCES / ihttpd.service
1 # Service unit starting ihttpd.service on password request
2 [Unit]
3 Description=Answer Password Requests from the Apache IHTTP Server
4 DefaultDependencies=no
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
9
10 [Service]
11 Type=simple
12 Environment=LANG=C
13 ExecStart=/usr/sbin/ihttpd $OPTIONS -DFOREGROUND
14 ExecReload=/usr/sbin/ihttpd $OPTIONS -k graceful
15 KillSignal=SIGWINCH
16 KillMode=mixed
17 PIDFile=/run/ihttpd/ihttpd.pid