wait-for-routes.service 319 B

123456789101112131415
  1. [Unit]
  2. Description=Wait for routing adjacencies to come up
  3. DefaultDependencies=no
  4. Conflicts=shutdown.target
  5. Requisite=networking.service
  6. After=networking.service
  7. Before=network-online.target
  8. [Service]
  9. Type=oneshot
  10. ExecStart=/usr/local/sbin/wait-for-routes
  11. RemainAfterExit=yes
  12. [Install]
  13. WantedBy=network-online.target