mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
matterbridge-cleanup.service: fix typo, ignore exit state
This commit is contained in:
parent
62573195d9
commit
9ba056cfd3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user