mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
man: Use correct target type for sysupdate entry
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.
This commit is contained in:
parent
b98445cd7c
commit
0ad7b7b809
@ -818,7 +818,7 @@ Path=https://download.example.com/
|
|||||||
MatchPattern=foobarOS_@v.efi.xz
|
MatchPattern=foobarOS_@v.efi.xz
|
||||||
|
|
||||||
[Target]
|
[Target]
|
||||||
Type=file
|
Type=regular-file
|
||||||
Path=/efi/EFI/Linux
|
Path=/efi/EFI/Linux
|
||||||
MatchPattern=foobarOS_@v+@l-@d.efi \
|
MatchPattern=foobarOS_@v+@l-@d.efi \
|
||||||
foobarOS_@v+@l.efi \
|
foobarOS_@v+@l.efi \
|
||||||
|
Loading…
Reference in New Issue
Block a user