summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-consoleauth.service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-16 15:12:14 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-10 20:17:46 +0100
commitded5f85b73b7e4544bded9d69aadd27f61e3539f (patch)
treefa458c28f0785eed60f13dd70df4fdd0e6b8c973 /openstack/etc/systemd/system/openstack-nova-consoleauth.service
parent965dc0b42431047ce552a92cb9e22d9d667ea53d (diff)
downloaddefinitions-ded5f85b73b7e4544bded9d69aadd27f61e3539f.tar.gz
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
Diffstat (limited to 'openstack/etc/systemd/system/openstack-nova-consoleauth.service')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-consoleauth.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/openstack/etc/systemd/system/openstack-nova-consoleauth.service b/openstack/etc/systemd/system/openstack-nova-consoleauth.service
deleted file mode 100644
index 2c582518..00000000
--- a/openstack/etc/systemd/system/openstack-nova-consoleauth.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[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