Commit 4d895302 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We running systemd units and we don't need /etc/init.d/ceph

parent c6451f40
...@@ -62,6 +62,7 @@ all: ceph-config ceph-sudoer ...@@ -62,6 +62,7 @@ all: ceph-config ceph-sudoer
find / -depth -name node_modules -type d -exec rm -rf '{}' ';' find / -depth -name node_modules -type d -exec rm -rf '{}' ';'
mv -v /lib/ceph/* /usr/lib/ceph mv -v /lib/ceph/* /usr/lib/ceph
rm -rf /lib/ceph rm -rf /lib/ceph
rm -f /etc/init.d/ceph
install -v -Dm755 -d /etc/sysconfig install -v -Dm755 -d /etc/sysconfig
install -v -Dm755 -d /etc/systemd/system/ceph-mds.target.wants install -v -Dm755 -d /etc/systemd/system/ceph-mds.target.wants
install -v -Dm755 -d /etc/systemd/system/ceph-mgr.target.wants install -v -Dm755 -d /etc/systemd/system/ceph-mgr.target.wants
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment