7 lines
234 B
Text
7 lines
234 B
Text
|
[Unit]
|
||
|
Description=Runs the cronjobs For Nextcloud ({{ nextcloud_identifier }})
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart={{ devture_systemd_docker_base_host_command_docker }} exec {{ nextcloud_identifier }}-server php /var/www/html/cron.php
|