chore: rename roles to reflect upstream naming scheme

This commit is contained in:
2021-10-16 15:14:50 +02:00
parent 6d383fb81d
commit 1caf613ff2
16 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,15 @@
[Unit]
Description=Nextcloud cron.php job
Requires=docker.service
After=docker.service
[Service]
Type=oneshot
User=root
WorkingDirectory={{ nextcloud_basepath }}
SyslogIdentifier={{ nextcloud_user }}
ExecStart=/usr/bin/docker exec -t --user={{ nextcloud_user_info.uid }} {{ nextcloud_container_name }} /usr/local/bin/php -f /var/www/html/cron.php
[Install]
WantedBy=multi-user.target