diff --git a/etc/systemd/system/matterbridge-cleanup.service b/etc/systemd/system/matterbridge-cleanup.service index 83c3a6cc..614345d9 100644 --- a/etc/systemd/system/matterbridge-cleanup.service +++ b/etc/systemd/system/matterbridge-cleanup.service @@ -1,9 +1,9 @@ [Unit] -Description=Matterbridge mediarepo cleanup for things older than a wekk +Description=Matterbridge mediarepo cleanup for things older than a week [Service] Type=oneshot -ExecStart=/usr/bin/find /var/www/html/matterbridge -type f -cmin +10080 -delete +ExecStart=-/usr/bin/find /var/www/html/matterbridge -type f -cmin +10080 -delete User=matterbridge StandardOutput=null StandardError=null