Periodic cleanup for leaves

Sandbox fills up with leaves, since we are not able to stop leaves
falling down, clean up has been implemented. Leaves are removed by
new cron based process purge-leaves

Closes-Bug: #1802864

Change-Id: I458cbff1436f13500c14ffddf6269fdd597490d5
This commit is contained in:
Erkki-T. Peura 2018-11-12 13:09:07 +00:00
parent 83ed3a51b0
commit 5107106428
1 changed files with 3 additions and 0 deletions

3
purge-leaves.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "Sandbox cleaned"
exit 0