File cloud-multiroute.service of Package cloud-multiroute
[Unit] Description=Fixup routing by setting up mutiple routing tables After=cloud-config.service Requires=cloud-init.service network.target [Service] Type=oneshot ExecStart=/usr/sbin/cloud-multiroute.sh RemainAfterExit=yes TimeoutSec=10 # Output needs to appear in instance console output StandardOutput=journal+console [Install] WantedBy=multi-user.target