From 31f8afcf80cacf8cbfffd7cbdfc75241d8e3a223 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 13 Apr 2015 15:57:48 +0000 Subject: everything else Change-Id: I882fb2ad7a4cdbbd9daf11d802b4f84d1b79b03b --- openstack/usr/lib/systemd/system/openstack-nova-api.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openstack/usr/lib/systemd/system/openstack-nova-api.service (limited to 'openstack/usr/lib/systemd/system/openstack-nova-api.service') diff --git a/openstack/usr/lib/systemd/system/openstack-nova-api.service b/openstack/usr/lib/systemd/system/openstack-nova-api.service new file mode 100644 index 00000000..8ee9cefa --- /dev/null +++ b/openstack/usr/lib/systemd/system/openstack-nova-api.service @@ -0,0 +1,12 @@ +[Unit] +Description=OpenStack Compute Service (code-named Nova) API server +After=syslog.target network-online.target +Wants=network-online.target + +[Service] +Type=simple +User=nova +ExecStart=/usr/bin/nova-api --config-file /etc/nova/nova.conf + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1