summarylogtreecommitdiffstats
path: root/monica-crm-schedulerun.timer
blob: a157a7e9fc127bd5d3ef8d3296ea45a73d64fd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Monica CRM schedule:run Timer

[Timer]
# The Monica CRM installation instructions state that this should run every single minute.
# However, the most frequently scheduled tasks still only run once every hour.
# Running this every ten minutes is deemed to be a suitable compromise.
# Reference: app/Console/Kernel.php

OnCalendar=*:0/10
Persistent=true

[Install]
WantedBy=multi-user.target