mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 23:19:50 +00:00

Otherwise the common case (nothing to do) will return 2 and show the systemd unit as failed every time.
13 lines
229 B
Desktop File
13 lines
229 B
Desktop File
[Unit]
|
|
Description=Activate fwupd updates
|
|
RequiresMountsFor=/snap/fwupd/current
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStop=/snap/bin/fwupd.fwupdtool activate
|
|
SuccessExitStatus=0 2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|