diff options
-rw-r--r-- | sys-cluster/ceph/files/ceph.initd-r1 | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/files/rbdmap.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/files/ceph.initd-r1 b/sys-cluster/ceph/files/ceph.initd-r1 index 7f1558ddad93..3fac993b473c 100644 --- a/sys-cluster/ceph/files/ceph.initd-r1 +++ b/sys-cluster/ceph/files/ceph.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run ceph_conf="${ceph_conf:-/etc/ceph/ceph.conf}" extra_commands="reload" diff --git a/sys-cluster/ceph/files/rbdmap.initd b/sys-cluster/ceph/files/rbdmap.initd index fa5832d113b8..9313cf658863 100644 --- a/sys-cluster/ceph/files/rbdmap.initd +++ b/sys-cluster/ceph/files/rbdmap.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run DESC="RBD Mapping:" RBDMAPFILE="/etc/ceph/rbdmap" |