summarylogtreecommitdiffstats
path: root/graylog.install
blob: a50fa905c81dad8ee28a308bfc3ec1697d2b3d7a (plain)
1
2
3
4
5
6
post_install() {
    usr/bin/systemd-tmpfiles --create graylog-server.conf

	[[ $2 == 1.* ]] && echo 'Graylog now includes graylog-web-interface. You might need to add elasticsearch_cluster_name to server.conf'
	[[ $1 == 2.2.0-* ]] && echo 'Backwards-compatibility symlinks have been removed; please verify correct path of *_dir in server.conf'
}