From 4d10dc134b817160bab6aecb9f5c08fb2d4f08e6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 31 Jul 2015 15:44:15 -0400 Subject: [PATCH] systemd: fix ceph-radosgw@ service There's no prestart. Fix the instance name. Cleanup. Signed-off-by: Sage Weil --- systemd/ceph-radosgw@.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systemd/ceph-radosgw@.service b/systemd/ceph-radosgw@.service index f0c24e32d4fd5..8a520aca30d65 100644 --- a/systemd/ceph-radosgw@.service +++ b/systemd/ceph-radosgw@.service @@ -7,9 +7,7 @@ PartOf=ceph.target [Service] EnvironmentFile=-/etc/sysconfig/ceph Environment=CLUSTER=ceph -ExecStart=/usr/bin/radosgw -f --conf /etc/ceph/${CLUSTER}.conf --name client.radosgw.%i -ExecStartPre=/usr/lib/ceph-radosgw/ceph-radosgw-prestart.sh --cluster ${CLUSTER} --name %i -User=wwwrun +ExecStart=/usr/bin/radosgw -f --cluster ${CLUSTER} --name client.%i [Install] WantedBy=ceph.target -- 2.39.5