mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 06:11:38 +00:00
The systemd default of 90 seconds is uncomfortably close to the worst-case Redfish startup time. Give ourselves some more headroom.
19 lines
376 B
SYSTEMD
19 lines
376 B
SYSTEMD
[Unit]
|
|
Description=Firmware update daemon
|
|
Documentation=https://fwupd.org/
|
|
After=dbus.service
|
|
Before=display-manager.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
TimeoutSec=180
|
|
RuntimeDirectory=@motd_dir@
|
|
RuntimeDirectoryPreserve=yes
|
|
BusName=org.freedesktop.fwupd
|
|
ExecStart=@libexecdir@/fwupd/fwupd
|
|
PrivateTmp=yes
|
|
ProtectHome=yes
|
|
ProtectSystem=full
|
|
SystemCallFilter=~@mount
|
|
@dynamic_options@
|