nextcloud/nextcloud-cron.service
Eric Schirra 052a459f6b Accepting request 854624 from home:ecsos:server
- Use apache-rpm-macros for SUSE.
- Change oc_* macros to nc_* macros.
- Insert macro apache_serverroot also in cron files.

OBS-URL: https://build.opensuse.org/request/show/854624
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=130
2020-12-10 16:18:43 +00:00

10 lines
167 B
Desktop File

[Unit]
Description=Nextcloud CronJob
[Service]
User=@APACHE_USER@
ExecStart=/usr/bin/php -f @APACHE_MYSERVERROOT@/nextcloud/cron.php
[Install]
WantedBy=basic.target