summarylogtreecommitdiffstats
path: root/nextcloud-files-scan-all.service
blob: f61d461b44235a4ccd67e9746b5a906db5758d09 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Nextcloud; scan all files

[Service]
User=nextcloud
ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/occ files:scan --all

[Install]
WantedBy=basic.target