1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-06 00:45:22 +01:00
Files
bootc/systemd/bootupd.socket
Colin Walters 8c53933f42 Major rewrite/simplification
The previous code ended up being fairly wrong in various ways.
It was trying to be too abstract - let's keep *some* level
of abstraction but just implement EFI for now.

Among other changes, this now correctly works when inserted
into the rpm-ostree flow and also the coreos-assembler flow.
2020-09-02 20:19:56 +00:00

7 lines
101 B
SYSTEMD

[Socket]
ListenSequentialPacket=/run/bootupd.sock
SocketMode=0600
[Install]
WantedBy=sockets.target