Files

12 lines
222 B
Desktop File

[Unit]
Description=Wait for nase.meow to be reachable
After=network-online.target
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'until host nase.meow; do sleep 1; done'
TimeoutSec=10
[Install]
WantedBy=multi-user.target