mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 19:28:12 +00:00
20 lines
411 B
SYSTEMD
20 lines
411 B
SYSTEMD
[Unit]
|
|
Description=Firmware update daemon
|
|
Documentation=https://fwupd.org/
|
|
After=dbus.service
|
|
Before=display-manager.service
|
|
ConditionVirtualization=!container
|
|
|
|
[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@
|