]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/ihttpd.service
Remove useless service install
[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 Before=cryptsetup-pre.target
8 After=systemd-networkd.service systemd-tmpfiles-setup.service
9
10 [Service]
11 Type=simple
12 Environment=LANG=C
13 ExecStart=/usr/sbin/ihttpd -DFOREGROUND
14 KillSignal=SIGWINCH
15 KillMode=mixed
16 PIDFile=/run/ihttpd/ihttpd.pid
17
18 [Install]
19 WantedBy=sysinit.target