User Tools

Site Tools


computing:castopod

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:castopod [2026/05/29 22:12] oemb1905computing:castopod [2026/05/29 23:21] (current) oemb1905
Line 118: Line 118:
 email.fromName="GNU/Linux News" email.fromName="GNU/Linux News"
 email.protocol="mail" email.protocol="mail"
 +</code>
 +
 +Regular cron maintenance is as follows:
 +
 +<code>
 +#castopod spark
 +* * * * * /usr/bin/php /var/www/gnulinux.news/public_html/spark tasks:run >> /dev/null 2>&1
 +#casto cleanup
 +0 3 * * * find /var/www/gnulinux.news/public_html/writable/temp -type f -mtime +7 -delete >/dev/null 2>&1
 +0 3 * * * find /var/www/gnulinux.news/public_html/writable/session -type f -mtime +2 -delete >/dev/null 2>&1
 </code> </code>
  
 Once you have configured everything, visit ''https://gnulinux.news/cp-install'' and choose your super admin credentials. Alright folks, enjoy! Once you have configured everything, visit ''https://gnulinux.news/cp-install'' and choose your super admin credentials. Alright folks, enjoy!
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/05/29 21:51//+ --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/05/29 23:21//
computing/castopod.txt · Last modified: by oemb1905