/
usr
/
lib
/
systemd
/
system-shutdown
/
/usr/lib/systemd/system-shutdown
mkdir
upload
Name
Size
Mode
Actions
fwupd.shutdown
240
0755
edit
dl
rm
mdadm.shutdown
164
0755
edit
dl
rm
Edit:
/usr/lib/systemd/system-shutdown/fwupd.shutdown
(240B)
#!/bin/sh # no history database exists [ -f /var/lib/fwupd/pending.db ] || exit 0 # activate firmware when we have a read-only filesystem if ! /usr/bin/fwupdtool activate; then ret=$? [ "$ret" -eq "2" ] && exit 0 exit $ret fi
Save
cmd:
run