summarylogtreecommitdiffstats
path: root/nova-compute.service
diff options
context:
space:
mode:
Diffstat (limited to 'nova-compute.service')
-rw-r--r--nova-compute.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/nova-compute.service b/nova-compute.service
new file mode 100644
index 000000000000..f8f9d408996c
--- /dev/null
+++ b/nova-compute.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Nova Compute server
+
+[Service]
+ExecStart=/usr/bin/nova-compute --config-file /etc/nova/nova.conf --config-file /etc/nova/nova-compute.conf
+User=root
+
+[Install]
+WantedBy=multi-user.target
+