mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 17:28:20 +00:00
trivial: motd: disable updating motd for now
It looks like a systemd bug is happening, but let it be diagnosed upstream systemd first. https://github.com/systemd/systemd/issues/13688
This commit is contained in:
parent
dc7e7c3808
commit
4f13bbc7e3
@ -10,7 +10,9 @@ CacheDirectory=fwupdmgr
|
|||||||
RuntimeDirectoryPreserve=yes
|
RuntimeDirectoryPreserve=yes
|
||||||
StandardError=null
|
StandardError=null
|
||||||
ExecStart=@bindir@/fwupdmgr refresh
|
ExecStart=@bindir@/fwupdmgr refresh
|
||||||
ExecStart=@bindir@/fwupdmgr get-updates --log @motd_file@
|
#Don't update MOTD for now until https://github.com/systemd/systemd/issues/13688
|
||||||
|
#is better figured out
|
||||||
|
#ExecStart=@bindir@/fwupdmgr get-updates --log @motd_file@
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
RestrictAddressFamilies=AF_NETLINK AF_UNIX AF_INET AF_INET6
|
RestrictAddressFamilies=AF_NETLINK AF_UNIX AF_INET AF_INET6
|
||||||
SystemCallFilter=~@mount
|
SystemCallFilter=~@mount
|
||||||
|
Loading…
Reference in New Issue
Block a user