Implement nextcloudcron systemd timer.
This commit is contained in:
parent
97e980fbf7
commit
0f9e8d2124
4 changed files with 48 additions and 0 deletions
6
roles/nextcloud/files/nextcloudcron.service
Normal file
6
roles/nextcloud/files/nextcloudcron.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Nextcloud cron.php job
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
ExecStart=/usr/bin/php -f /var/www/nextcloud/cron.php
|
Loading…
Add table
Add a link
Reference in a new issue