Skip to content

Commit

Permalink
add nextcloud cron quadlet
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand authored Oct 20, 2024
1 parent 466993f commit c0f69ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions systemd/nextcloud-cron.container
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=Nextcloud cron
After=mariadb.service
Wants=mariadb.service

[Container]
ContainerName=nextcloud-cron
Entrypoint=/cron.sh
Volume=nextcloud_app:/var/www/html:z
Volume=nextcloud_apps:/var/www/html/custom_apps:z
Volume=nextcloud_config:/var/www/html/config:z
Volume=nextcloud_data:/var/www/html/data:z

[Install]
WantedBy=multi-user.target default.target

0 comments on commit c0f69ce

Please sign in to comment.