mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +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
|
||||
|
||||
[Target]
|
||||
Type=file
|
||||
Type=regular-file
|
||||
Path=/efi/EFI/Linux
|
||||
MatchPattern=foobarOS_@v+@l-@d.efi \
|
||||
foobarOS_@v+@l.efi \
|
||||
|
Loading…
Reference in New Issue
Block a user