fix: force LF on systemd unit files
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:
sdarbinyan
2026-08-18 12:21:50 +04:00
parent c721120e85
commit a2204c641b

4
.gitattributes vendored
View File

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