]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/ihttpd.service
Replace egrep with grep -E
[ihttpd] / SOURCES / ihttpd.service
1 # Based on /usr/lib/systemd/system/debug-shell.service
2 [Unit]
3 Description=The Apache HTTP Server answering password requests
4 DefaultDependencies=no
5 AllowIsolate=no
6 IgnoreOnIsolate=yes
7 Before=cryptsetup.target
8 After=systemd-networkd.service
9
10 [Service]
11 Type=simple
12 Environment=LANG=C
13 ExecStartPre=/usr/bin/mkdir -p /run/ihttpd /run/ihttpd/log
14 ExecStart=/usr/sbin/ihttpd -DFOREGROUND
15 KillSignal=SIGWINCH
16 KillMode=mixed
17 PIDFile=/run/ihttpd/ihttpd.pid
18
19 [Install]
20 WantedBy=sysinit.target