mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 05:40:18 +00:00
trivial: snap: set return code 2 on fwupd-activate.service
as success
Otherwise the common case (nothing to do) will return 2 and show the systemd unit as failed every time.
This commit is contained in:
parent
14891c7934
commit
a3069f57b0
@ -6,6 +6,7 @@ RequiresMountsFor=/snap/fwupd/current
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
ExecStop=/snap/bin/fwupd.fwupdtool activate
|
||||
SuccessExitStatus=0 2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user