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:
Mario Limonciello 2019-09-30 13:28:30 -05:00 committed by Mario Limonciello
parent dc7e7c3808
commit 4f13bbc7e3

View File

@ -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