aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service
blob: f1095007c4d76d7951d9ed1246957c85fe698cc7 (plain)
1
2
3
4
5
6
7
8
9
10
[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