summarylogtreecommitdiffstats
path: root/shim-systemd-boot-update.service
blob: 336fce4af3d1e4cd0b7165b9fda19fb2b1540e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Automatic Boot Loader Update (for EFI shim)
ConditionPathExists=!/etc/initrd-release

DefaultDependencies=no
After=systemd-boot-update.service
Before=sysinit.target systemd-update-done.service
Conflicts=shutdown.target
Before=shutdown.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/shim-systemd-boot-update/shim-systemd-boot-update.sh

[Install]
WantedBy=sysinit.target