mouse/src

Blob: tests/fixtures/cycle_peer

Raw · Blame

#!/sbin/openrc-run

description="Dependency cycle peer fixture"

depend() {
	need mouse_echo
}

start() {
	checkpath --file /run/cycle-peer.unexpected
}