You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
302 B
12 lines
302 B
[Unit]
|
|
Description=Scan for new files
|
|
After=postgresql.service
|
|
Requires=postgresql.service
|
|
|
|
[Service]
|
|
# Only run if Nextcloud is running
|
|
ExecCondition=/usr/local/bin/nc-occ status -e
|
|
ExecStart=/usr/local/bin/nc-occ files:scan --all --home-only
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Type=oneshot
|
|
|