mouse/src
Blob: tests/fixtures/mouse_echo_cycle
#!/sbin/openrc-run
description="Dependency cycle fixture"
depend() {
need cycle_peer
}
start() {
checkpath --file /run/mouse-echo.unexpected
}
#!/sbin/openrc-run
description="Dependency cycle fixture"
depend() {
need cycle_peer
}
start() {
checkpath --file /run/mouse-echo.unexpected
}