linkd-run (363B)
1 #!/bin/sh 2 # 3 # linkd runit service. 4 # 5 # Readiness contract: linkd publishes /run/linkd.ready after its initial 6 # resync (see --ready-file). frr's run script blocks on `sv check linkd` 7 # so zebra never starts before the swpN netdevs exist. The daemon itself 8 # defaults to no ready-file; the supervised package opts in here. 9 exec linkd --ready-file /run/linkd.ready