mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 10:27:36 +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/
|
Documentation=https://fwupd.org/
|
||||||
After=dbus.service
|
After=dbus.service
|
||||||
Before=display-manager.service
|
Before=display-manager.service
|
||||||
|
ConditionVirtualization=!container
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Refresh fwupd metadata regularly
|
Description=Refresh fwupd metadata regularly
|
||||||
|
ConditionVirtualization=!container
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 6,18:00
|
OnCalendar=*-*-* 6,18:00
|
||||||
|
Loading…
Reference in New Issue
Block a user