Add nextcloud container
This commit is contained in:
7
containers/nextcloud/files/systemd/nextcloudcron.service
Normal file
7
containers/nextcloud/files/systemd/nextcloudcron.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Nextcloud cron.php job
|
||||
Wants=nextcloudcron.timer
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/podman exec -u www-data nextcloud php -f /var/www/html/cron.php
|
||||
Type=oneshot
|
||||
Reference in New Issue
Block a user