`roles/postgresql/templates/postgresql.logrotate.timer.j2` Add the following to the above file. ``` [Install] WantedBy=timers.target ``` ref: - Systemd timer not preserved across reboots : archlinux https://www.reddit.com/r/archlinux/comments/44ikfk/systemd_timer_not_preserved_across_reboots/ - Systemd timer not active after reboot : linuxquestions https://www.reddit.com/r/linuxquestions/comments/3n2wds/systemd_timer_not_active_after_reboot/
roles/postgresql/templates/postgresql.logrotate.timer.j2Add the following to the above file.
ref:
https://www.reddit.com/r/archlinux/comments/44ikfk/systemd_timer_not_preserved_across_reboots/
https://www.reddit.com/r/linuxquestions/comments/3n2wds/systemd_timer_not_active_after_reboot/