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.
15 lines
239 B
YAML
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
|