summarylogtreecommitdiffstats
path: root/oomd.install
blob: 4f58d09d4967c1d52f1ce9450b6f3c6d5a97375d (plain)
1
2
3
4
5
6
7
post_install() {
    cat << EOF
==> An example oomd configuration has been deployed to /etc/oomd.json, please modify it according to your needs.
==> A systemd service is also available, it can be configured in /etc/default/oomd and started with:
==>     $ sudo systemctl start oomd
EOF
}