Skip to content

Commit 77b58b5

Browse files
committed
systemd service units: remove obsolete StandardOutput=syslog
StandardOutput=syslog has been obsolete since systemd 246 and produces warnings when used.
1 parent 07cb326 commit 77b58b5

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)