[packages/ceph] ceph-osd at .service: libexec path fixed

jajcus jajcus at pld-linux.org
Tue May 12 15:21:36 CEST 2015


commit c765517629f121ae8ab3253fcfbbeacab627f1a3
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue May 12 15:16:54 2015 +0200

    ceph-osd at .service: libexec path fixed

 ceph-osd at .service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ceph-osd at .service b/ceph-osd at .service
index c12b56c..09f51c5 100644
--- a/ceph-osd at .service
+++ b/ceph-osd at .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]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/bef2a0adcd4524aa642815f98eacbec842270e2a



More information about the pld-cvs-commit mailing list