fwupd.service 571 B

123456789101112131415161718192021222324
  1. [Unit]
  2. Description=Firmware update daemon
  3. Documentation=https://fwupd.org/
  4. After=dbus.service
  5. Before=display-manager.service
  6. [Service]
  7. Type=dbus
  8. RuntimeDirectory=motd.d
  9. RuntimeDirectoryPreserve=yes
  10. BusName=org.freedesktop.fwupd
  11. ExecStart=/usr/libexec/fwupd/fwupd
  12. StateDirectory=fwupd
  13. CacheDirectory=fwupd
  14. ConfigurationDirectory=fwupd
  15. PrivateTmp=yes
  16. ProtectHome=yes
  17. ProtectSystem=full
  18. RestrictAddressFamilies=AF_NETLINK AF_UNIX
  19. SystemCallFilter=~@mount
  20. ProtectControlGroups=yes
  21. ProtectKernelModules=yes
  22. RestrictRealtime=yes
  23. ReadWritePaths=-/boot/efi -/efi/EFI -/boot/EFI