python-whoosh: bump to version 2.7.4
[buildroot-gz.git] / package / thttpd / thttpd.service
blobe3c93e7b3ca4afd6d070489ed84b8dbc1ccbacc1
1 [Unit]
2 Description=Tiny HTTP Daemon
4 [Service]
5 PIDFile=/run/thttpd.pid
6 ExecStart=/usr/sbin/thttpd -D -C /etc/thttpd.conf
7 Restart=always
9 [Install]
10 WantedBy=multi-user.target