From d020ad40229ebee90d19e57388ea83e678789075 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 24 Nov 2014 15:13:48 +0000 Subject: Add nova-{cert,consoleauth,novncproxy,scheduler}.service --- .../etc/systemd/system/openstack-nova-consoleauth.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openstack/etc/systemd/system/openstack-nova-consoleauth.service (limited to 'openstack/etc/systemd/system/openstack-nova-consoleauth.service') diff --git a/openstack/etc/systemd/system/openstack-nova-consoleauth.service b/openstack/etc/systemd/system/openstack-nova-consoleauth.service new file mode 100644 index 00000000..2c582518 --- /dev/null +++ b/openstack/etc/systemd/system/openstack-nova-consoleauth.service @@ -0,0 +1,11 @@ +[Unit] +Description=Openstack Console Auth (nova-consoleauth) +After=syslog.target network.target + +[Service] +Type=simple +User=nova +ExecStart=/usr/bin/nova-consoleauth --config-file /etc/nova/nova.conf + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1