mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 14:06:43 +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
|
Type=oneshot
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
ExecStop=/snap/bin/fwupd.fwupdtool activate
|
ExecStop=/snap/bin/fwupd.fwupdtool activate
|
||||||
|
SuccessExitStatus=0 2
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user