From c765517629f121ae8ab3253fcfbbeacab627f1a3 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Tue, 12 May 2015 15:16:54 +0200 Subject: [PATCH] ceph-osd@.service: libexec path fixed --- ceph-osd@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-osd@.service b/ceph-osd@.service index c12b56c..09f51c5 100644 --- a/ceph-osd@.service +++ b/ceph-osd@.service @@ -8,7 +8,7 @@ PartOf=ceph.target EnvironmentFile=-/etc/sysconfig/ceph Environment=CLUSTER=ceph ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i -ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i +ExecStartPre=/usr/lib/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i LimitNOFILE=131072 [Install] -- 2.43.0