From b9cd65ee383faf8e1d86728b0557fab34bdfd7de Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 16 Mar 2015 15:12:14 +0000 Subject: Move systemd units to /usr/lib/systemd/system as defined in systemd documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information --- openstack/usr/lib/systemd/system/openstack-nova-api.service | 11 +++++++++++ 1 file changed, 11 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..de7412ee --- /dev/null +++ b/openstack/usr/lib/systemd/system/openstack-nova-api.service @@ -0,0 +1,11 @@ +[Unit] +Description=OpenStack Compute Service (code-named Nova) API server +After=syslog.target network.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