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