Files
OpenBMC/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service
T
2026-04-23 17:07:55 +08:00

11 lines
219 B
Desktop File

[Unit]
Description=Tiny/Turbo/Throttling Web Server
[Service]
Type=forking
ExecStart=/usr/sbin/thttpd -C @@CONFFILE -c cgi-bin/* -i /var/run/thttpd.pid
PIDFile=/var/run/thttpd.pid
[Install]
WantedBy=multi-user.target