mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 18:19:59 +00:00
systemd: don't run fwupd/fwupd-refresh in containers
Signed-off-by: Simon Deziel <simon@sdeziel.info>
This commit is contained in:
parent
eb6ba4eafb
commit
f5da94c473
@ -3,6 +3,7 @@ Description=Firmware update daemon
|
||||
Documentation=https://fwupd.org/
|
||||
After=dbus.service
|
||||
Before=display-manager.service
|
||||
ConditionVirtualization=!container
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Refresh fwupd metadata regularly
|
||||
ConditionVirtualization=!container
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 6,18:00
|
||||
|
Loading…
Reference in New Issue
Block a user