summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova-compute.service
diff options
context:
space:
mode:
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.service15
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]
2Description=OpenStack Nova Compute Server
3After=syslog.target network.target
4
5[Service]
6Environment=LIBGUESTFS_ATTACH_METHOD=appliance
7Type=notify
8NotifyAccess=all
9TimeoutStartSec=0
10Restart=always
11User=nova
12ExecStart=/usr/bin/nova-compute
13
14[Install]
15WantedBy=multi-user.target