[openstack-keystone/el6] pulled in service and logrotate files from master, service will need adapting into an .init

oneiroi oneiroi at fedoraproject.org
Sat Oct 22 12:26:08 UTC 2011


commit 07c5856ed681dfa62378cb0049abf53b49111c2e
Author: David Busby <oneiroi at fedoraproject.org>
Date:   Fri Oct 21 20:36:38 2011 +0100

    pulled in service and logrotate files from master, service will need adapting into an .init

 openstack-keystone.logrotate |    7 +++++++
 openstack-keystone.service   |   11 +++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/openstack-keystone.logrotate b/openstack-keystone.logrotate
new file mode 100644
index 0000000..8956a5f
--- /dev/null
+++ b/openstack-keystone.logrotate
@@ -0,0 +1,7 @@
+/var/log/keystone/*.log {
+    weekly
+    rotate 4
+    missingok
+    compress
+    minsize 100k
+}
diff --git a/openstack-keystone.service b/openstack-keystone.service
new file mode 100644
index 0000000..44aa64c
--- /dev/null
+++ b/openstack-keystone.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenStack Identity Service (code-named Keystone)
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=keystone
+ExecStart=/usr/bin/keystone --config-file /etc/keystone/keystone.conf
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list