Files
arch-system-hyprland/02-system/files/etc/systemd/system/files.70b1.de-ready.service
T
2026-07-02 15:56:21 +02:00

12 lines
226 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 files.70b1.de; do sleep 1; done'
TimeoutSec=30
[Install]
WantedBy=multi-user.target