Skip to content

Instantly share code, notes, and snippets.

@sandys
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandys/8952150 to your computer and use it in GitHub Desktop.
Save sandys/8952150 to your computer and use it in GitHub Desktop.
journal setup for systemd
install -d -g root /var/log/journal
setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal
#in /etc/systemd/journald.conf
#comment the following
`#ForwardToSyslog=
#ForwardToKMsg=
#ForwardToConsole=`
#disable syslog and/or rsyslog
systemctl disable rsyslog.service
systemctl disable syslog-ng.service
#reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment