Skip to content

Commit d0f5f57

Browse files
authored
Change logging to syslog for ubuntu (#493)
1 parent d805a82 commit d0f5f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-fips/22.04/fix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ if ! grep -Erq "^auth\.\*,authpriv\.\*" /etc/rsyslog.*; then
25882588
fi
25892589

25902590
if ! grep -Erq "^daemon\.\*" /etc/rsyslog.*; then
2591-
echo "daemon.* /var/log/messages" >> /etc/rsyslog.d/50-default.conf
2591+
echo "daemon.* /var/log/syslog" >> /etc/rsyslog.d/50-default.conf
25922592
fi
25932593

25942594
systemctl restart rsyslog.service

0 commit comments

Comments
 (0)