Files
ignition/notify-shutdown.yaml
Dustin C. Hatch 11cd8ce8e9 notify-shutdown: Send a message on shutdown
Since Fedora CoreOS machines tend to reboot at seemingly random times
to apply updates, it would be nice to get a notification when they go
down.
2023-09-21 22:34:14 -05:00

15 lines
239 B
YAML

variant: fcos
version: 1.4.0
storage:
files:
- path: /etc/systemd/system/notify-shutdown.service
mode: 0644
contents:
local: notify-shutdown.service
systemd:
units:
- name: notify-shutdown.service
enabled: true