#!/sbin/openrc-run # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { before mount-ro } start() { ebegin "Signaling init to re-execute itself" /sbin/telinit u eend $? } stop() { : }