From: Jacek Konieczny Date: Tue, 12 May 2015 13:16:54 +0000 (+0200) Subject: ceph-osd@.service: libexec path fixed X-Git-Tag: auto/th/ceph-0.94.1-3~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fceph.git;a=commitdiff_plain;h=c765517629f121ae8ab3253fcfbbeacab627f1a3 ceph-osd@.service: libexec path fixed --- 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]