summarylogtreecommitdiffstats
path: root/longview.install
blob: f1b7140353ea4ef079a07b21f0826954544b3a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat << 'EOM'

  Before starting the Longview service, paste the Longview
  API key for this client into /etc/linode/longview.key

  For Apache, MariaDB and Nginx plugin configuration please see the
  documentation at https://www.linode.com/docs/platform/longview

EOM
}