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