fix: force LF on systemd unit files
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
A CRLF checkout leaves a trailing carriage return in every unit value, which systemd reads as part of the value. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -5,3 +5,7 @@
|
|||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.yml text eol=lf
|
*.yml text eol=lf
|
||||||
*.yaml text eol=lf
|
*.yaml text eol=lf
|
||||||
|
|
||||||
|
# systemd chokes on trailing CR in unit values.
|
||||||
|
*.service text eol=lf
|
||||||
|
*.timer text eol=lf
|
||||||
|
|||||||
Reference in New Issue
Block a user