initial ansible code
This commit is contained in:
9
roles/nextcloud/templates/nextcloudcron.service.j2
Normal file
9
roles/nextcloud/templates/nextcloudcron.service.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
## Managed by Ansible ##
|
||||
|
||||
[Unit]
|
||||
Description=Nextcloud background job (cron.php)
|
||||
|
||||
[Service]
|
||||
User={{ webserver_user }}
|
||||
ExecStart=/usr/bin/php -f /var/www/nextcloud/cron.php
|
||||
KillMode=process
|
||||
Reference in New Issue
Block a user