1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-07 03:45:28 +01:00
Files
bootc/systemd/bootupd.socket
Colin Walters 54adb36309 Add a socket and daemon
We really should run consistently as a daemon in the update case.

This doesn't change the main functionality yet.
2020-06-24 13:03:30 +00:00

10 lines
154 B
SYSTEMD

[Unit]
ConditionDirectoryNotEmpty=/sys/firmware/efi
[Socket]
ListenSequentialPacket=/run/bootupd.sock
SocketMode=0600
[Install]
WantedBy=sockets.target