You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0 8 * * * find /var/www/html/ -type f -mtime +7 ! -name "?*.*" -execdir rm -- '{}' \; # remove files without an extension older than 7 days every day at 8am
*/15 * * * * systemctl restart spaste # peridodically restart spaste in case it hangs