]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Use correct target type for sysupdate entry
authorKai Lueke <kailuke@microsoft.com>
Fri, 22 Jul 2022 12:57:55 +0000 (14:57 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 22 Jul 2022 19:00:08 +0000 (20:00 +0100)
While Type=file works because it seems to be the default, the line gets
ignored as printed on the stderr output.
Use the correct value "regular-file" for the target type.

man/sysupdate.d.xml

index 9ca46e5a6879dfc0224336818ee2d141ff6941b3..d57fbf0442b6a362759628467aa0fb9c60587870 100644 (file)
@@ -818,7 +818,7 @@ Path=https://download.example.com/
 MatchPattern=foobarOS_@v.efi.xz
 
 [Target]
-Type=file
+Type=regular-file
 Path=/efi/EFI/Linux
 MatchPattern=foobarOS_@v+@l-@d.efi \
              foobarOS_@v+@l.efi \