summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-compute.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/systemd/system/openstack-nova-compute.service')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-compute.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/openstack/etc/systemd/system/openstack-nova-compute.service b/openstack/etc/systemd/system/openstack-nova-compute.service
deleted file mode 100644
index dc18f225..00000000
--- a/openstack/etc/systemd/system/openstack-nova-compute.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=OpenStack Compute Service (code-named Nova) API server
-After=syslog.target network.target libvirtd.service
-Requires=libvirtd.service
-
-[Service]
-Type=simple
-User=nova
-ExecStart=/usr/bin/nova-compute --config-file /etc/nova/nova.conf --config-file /etc/nova/nova-compute.conf
-
-[Install]
-WantedBy=multi-user.target