[ Root System Explorer ]
Location:
Root
/
lib
/
systemd
/
system-shutdown
+ Folder
+ File
Upload
Editing: fwupd.shutdown
#!/bin/sh # no history database exists [ -f /var/lib/fwupd/pending.db ] || exit 0 # activate firmware when we have a read-only filesysten if !/usr/bin/fwupdtool activate; then ret=$? [ "$ret" -eq "2" ] && exit 0 exit $ret fi
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 fwupd.shutdown
FILE
Ren
[EDIT]
DEL
📄 mdadm.shutdown
FILE
Ren
[EDIT]
DEL