mirror of
https://github.com/containers/bootc.git
synced 2026-02-07 03:45:28 +01:00
We really should run consistently as a daemon in the update case. This doesn't change the main functionality yet.
10 lines
154 B
SYSTEMD
10 lines
154 B
SYSTEMD
[Unit]
|
|
ConditionDirectoryNotEmpty=/sys/firmware/efi
|
|
|
|
[Socket]
|
|
ListenSequentialPacket=/run/bootupd.sock
|
|
SocketMode=0600
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|