python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / tinyhttpd / tinyhttpd.service
blob0ae5bac94391b3c5df99ac2534011e9a265c261b
1 [Unit]
2 Description=Tiny HTTP daemon
3 After=network.target
5 [Service]
6 ExecStart=/usr/sbin/tinyhttpd
7 Restart=always
9 [Install]
10 WantedBy=multi-user.target