[Unit] Description=Wait for the local network to be pingable After=network.target [Service] Type=simple ExecStartPre=/bin/bash -c "/usr/local/bin/wait-until-pingable.py switch.jsw.gen.nz 30" ExecStart=/bin/true [Install] WantedBy=multi-user.target