summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova-spicehtml5proxy.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-spicehtml5proxy.service')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova-spicehtml5proxy.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-spicehtml5proxy.service b/meta-openstack/recipes-devtools/python/python-nova/nova-spicehtml5proxy.service
new file mode 100644
index 0000000..81b6096
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-nova/nova-spicehtml5proxy.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=OpenStack Nova Spice HTML5 Proxy Server
3After=syslog.target network.target
4
5[Service]
6Type=simple
7User=nova
8ExecStart=/usr/bin/nova-spicehtml5proxy
9
10[Install]
11WantedBy=multi-user.target