diff options
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.service | 14 |
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] | ||
| 2 | Description=OpenStack Nova VNC console auth Server | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=notify | ||
| 7 | NotifyAccess=all | ||
| 8 | TimeoutStartSec=0 | ||
| 9 | Restart=always | ||
| 10 | User=nova | ||
| 11 | ExecStart=/usr/bin/nova-consoleauth | ||
| 12 | |||
| 13 | [Install] | ||
| 14 | WantedBy=multi-user.target | ||
