Implement nextcloudcron systemd timer.

This commit is contained in:
Andreas B. Mundt 2020-01-16 18:56:32 +01:00
parent 97e980fbf7
commit 0f9e8d2124
4 changed files with 48 additions and 0 deletions

View file

@ -9,3 +9,10 @@
name: php{{ php_ver.stdout }}-fpm
state: restarted
listen: "restart php-fpm"
- name: enable nextcloudcron.service and .timer
systemd:
name: nextcloudcron.timer
state: started
enabled: True
listen: "enable nextcloudcron.service"