dataset/seed/nextcloud/templates/nextcloudcron.service

9 lines
250 B
SYSTEMD
Raw Normal View History

2022-03-08 19:42:28 +01:00
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html
[Unit]
Description=Nextcloud cron.php job
[Service]
User=apache
ExecStart=/usr/bin/php -f /usr/share/nextcloud/cron.php
KillMode=process