#!/sbin/openrc-run

description="Dependency cycle fixture"

depend() {
	need cycle_peer
}

start() {
	checkpath --file /run/mouse-echo.unexpected
}

