summarylogtreecommitdiffstats
path: root/graylog.install
blob: 5fc40cd1b6827a005161c39ce4f8cae7a9973b72 (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'
EOF
}