Skip to content

Commit

Permalink
Merge pull request #983 from kenyon/restore-template-whitespace
Browse files Browse the repository at this point in the history
systemd service overrides: restore whitespace to pre-conversion
  • Loading branch information
Ramesh7 authored Jul 12, 2024
2 parents c18e64f + b6ec597 commit 707a118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<% if $service_after_override { -%>
[Unit]
After=<%= $service_after_override %>
<% } -%>
After=<%= $service_after_override %>

<% } -%>
[Service]
EnvironmentFile=-/etc/default/docker
EnvironmentFile=-/etc/default/docker-storage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<% if $service_after_override { -%>
[Unit]
After=<%= $service_after_override %>
<% } -%>

<% } -%>
[Service]
EnvironmentFile=-/etc/sysconfig/docker
EnvironmentFile=-/etc/sysconfig/docker-storage
Expand Down

0 comments on commit 707a118

Please sign in to comment.