diff options
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.service | 11 |
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] | ||
| 2 | Description=OpenStack Nova Spice HTML5 Proxy Server | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=simple | ||
| 7 | User=nova | ||
| 8 | ExecStart=/usr/bin/nova-spicehtml5proxy | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
