furtka/iso/overlay/airootfs/etc/systemd/system/furtka-issue.service

13 lines
375 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Write Furtka /etc/issue with current IP for the console welcome
# No network-online dependency on purpose: the first run should paint the
# banner (with a "no IP yet" fallback) as early as possible; the timer
# re-runs it until an address shows up.
[Service]
Type=oneshot
ExecStart=/usr/local/bin/furtka-update-issue
[Install]
WantedBy=multi-user.target