summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth.service')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth.service b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth.service
new file mode 100644
index 0000000..a387483
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth.service
@@ -0,0 +1,14 @@
1[Unit]
2Description=OpenStack Nova VNC console auth Server
3After=syslog.target network.target
4
5[Service]
6Type=notify
7NotifyAccess=all
8TimeoutStartSec=0
9Restart=always
10User=nova
11ExecStart=/usr/bin/nova-consoleauth
12
13[Install]
14WantedBy=multi-user.target