mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-24 00:39:33 +00:00

This allows it to be refreshed anytime the daemon updates rather than once a day by a systemd job. As part of this change, remove the logging from `fwupdmgr` which was only used for motd purposes.
22 lines
502 B
SYSTEMD
22 lines
502 B
SYSTEMD
[Unit]
|
|
Description=Firmware update daemon
|
|
Documentation=https://fwupd.org/
|
|
After=dbus.service
|
|
Before=display-manager.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
RuntimeDirectory=@motd_dir@
|
|
RuntimeDirectoryPreserve=yes
|
|
BusName=org.freedesktop.fwupd
|
|
ExecStart=@libexecdir@/fwupd/fwupd
|
|
StateDirectory=@package_name@
|
|
CacheDirectory=@package_name@
|
|
ConfigurationDirectory=@package_name@
|
|
PrivateTmp=yes
|
|
ProtectHome=yes
|
|
ProtectSystem=full
|
|
RestrictAddressFamilies=AF_NETLINK AF_UNIX
|
|
SystemCallFilter=~@mount
|
|
@dynamic_options@
|