The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / thttpd / thttpd.service
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/thttpd/thttpd.service b/cirros-testvm/src-cirros/buildroot-2015.05/package/thttpd/thttpd.service
new file mode 100644 (file)
index 0000000..e3c93e7
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=Tiny HTTP Daemon
+
+[Service]
+PIDFile=/run/thttpd.pid
+ExecStart=/usr/sbin/thttpd -D -C /etc/thttpd.conf
+Restart=always
+
+[Install]
+WantedBy=multi-user.target