Implement nextcloudcron systemd timer.
This commit is contained in:
parent
97e980fbf7
commit
0f9e8d2124
4 changed files with 48 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue