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.

11 lines
165B

  1. [Unit]
  2. Description=nextcloud cron job
  3. [Service]
  4. User=www-data
  5. Group=www-data
  6. ExecStart=/usr/bin/php -f /var/www/nextcloud/cron.php
  7. [Install]
  8. WantedBy=basic.target