summarylogtreecommitdiffstats
path: root/docuum.install
blob: a2c99d96c11f46297764deeea7ffe15f84021f83 (plain)
1
2
3
4
5
6
7
8
post_install() {
    cat << EOF
==> A systemd service for docuum has been installed, it can be configured in /etc/default/docuum:
==>     DOCUUM_THRESHOLD=5GB
==>  and started with:
==>     $ sudo systemctl start docuum.service
EOF
}