Skip to content

Commit fe035de

Browse files
authored
Merge pull request #7 from kenyon/service-standardoutput-syslog-obsolete
systemd service units: remove obsolete `StandardOutput=syslog`
2 parents 6937a73 + 49555e2 commit fe035de

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

resources/puppetlabs/lein-ezbake/template/global/ext/debian/ezbake.service.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,5 @@ ExecStartPost=-<%= action %>
6060
<% end -%>
6161
SuccessExitStatus=143
6262

63-
StandardOutput=syslog
64-
6563
[Install]
6664
WantedBy=multi-user.target

resources/puppetlabs/lein-ezbake/template/global/ext/redhat/ezbake.service.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,5 @@ ExecStartPost=-<%= action %>
6060
<% end -%>
6161
SuccessExitStatus=143
6262

63-
StandardOutput=syslog
64-
6563
[Install]
6664
WantedBy=multi-user.target

0 commit comments

Comments
 (0)