summarylogtreecommitdiffstats
path: root/graylog.install
blob: 0ab4c0b4dc06e988510a4b0bd6f3e2e11988f3b4 (plain)
1
2
3
4
5
6
7
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'
EOF
}