]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/ihttpd.service
Fix service to start reliably
[ihttpd] / SOURCES / ihttpd.service
1 # Based on /usr/lib/systemd/system/debug-shell.service
2 [Unit]
3 Description=Spawn apache ihttpd server to answer password requests
4 DefaultDependencies=no
5 AllowIsolate=no
6 IgnoreOnIsolate=yes
7
8 [Service]
9 Type=simple
10 Environment=LANG=C
11 ExecStart=/usr/sbin/ihttpd -DFOREGROUND
12 KillSignal=SIGWINCH
13 KillMode=mixed
14 PIDFile=/run/ihttpd/ihttpd.pid
15
16 [Install]
17 WantedBy=sysinit.target