matterbridge-cleanup.service: fix typo, ignore exit state

This commit is contained in:
Aminda Suomalainen 2021-11-21 17:15:12 +02:00
parent 62573195d9
commit 9ba056cfd3
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -1,9 +1,9 @@
[Unit] [Unit]
Description=Matterbridge mediarepo cleanup for things older than a wekk Description=Matterbridge mediarepo cleanup for things older than a week
[Service] [Service]
Type=oneshot 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 User=matterbridge
StandardOutput=null StandardOutput=null
StandardError=null StandardError=null