diff --git a/webapps-deliverer.service b/webapps-deliverer.service
new file mode 100644
index 0000000000000000000000000000000000000000..ba1350ade67dd362c4bbe94025dc1d6cce26f363
--- /dev/null
+++ b/webapps-deliverer.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Delivering file contents of the vaclab web applications.
+After=network.target
+
+[Service]
+User=wwwrun
+Type=simple
+StandardOutput=null
+StandardError=null
+Restart=no
+WorkingDirectory=/usr/local/share/webapps-deliverer
+ExecStart=/bin/bash -l -c 'source bin/activate;./server'
+
+[Install]
+WantedBy=multi-user.target