選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

cron.yml 354B

7年前
1234567891011121314151617
  1. ---
  2. - name: cron service
  3. template:
  4. src: nextcloud-cron.service
  5. dest: /etc/systemd/system/nextcloud-cron.service
  6. - name: cron timer
  7. template:
  8. src: nextcloud-cron.timer
  9. dest: /etc/systemd/system/nextcloud-cron.timer
  10. - name: cron timer started and enabled
  11. systemd:
  12. name: nextcloud-cron.timer
  13. state: started
  14. enabled: yes