mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-01 07:59:22 +01:00
13 lines
279 B
Desktop File
13 lines
279 B
Desktop File
[Unit]
|
|
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
|
|
User=matterbridge
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|