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