You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nextcloud-cron.timer 167B

7 years ago
12345678910
  1. [Unit]
  2. Description=run nextcloud cron job every 15 minutes
  3. [Timer]
  4. OnBootSec=5min
  5. OnUnitActiveSec=15min
  6. Unit=nextcloud-cron.service
  7. [Install]
  8. WantedBy=timers.target