summarylogtreecommitdiffstats
path: root/monica.install
blob: 38fc35c1aecfcd2adea7aa0817354f042d161b7e (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
 cat << INFO

Monica comes with a systemd unit that performs asynchronous tasks like sending reminder emails.
Run the following command with elevate privileges to activate it:

    systemctl enable --now monica-scheduler.timer

INFO
}