<div dir="ltr"><div><div><div><div>George & All,<br><br></div>How can a community deployment monitor which all cron-like jobs are running hourly/daily/etc on its server?<br><br>e.g. Thanks to George's branch release-6.2 work @ <a href="https://github.com/georgejhunt/xsce/commit/2a62885158a868bb9170e6121f822d635b5e9eda">https://github.com/georgejhunt/xsce/commit/2a62885158a868bb9170e6121f822d635b5e9eda</a><br>(also at <a href="https://github.com/XSCE/xsce/commit/2a62885158a868bb9170e6121f822d635b5e9eda">https://github.com/XSCE/xsce/commit/2a62885158a868bb9170e6121f822d635b5e9eda</a> ) kiwix-serve should now be much more reliable, with an hourly restart, as should very soon be announced in 6.2's Release Notes!<br><br></div>But how can a community deployment monitor all OpenVPN-and-similar hourly-like job, for those Beta-and-similar implementers wanting to understand their own system?  e.g. I do not see an OpenVPN cron job here:<br><br><div style="margin-left:40px">root@Internet-in-a-Box:~# more /etc/crontab<br># /etc/crontab: system-wide crontab<br># Unlike any other crontab you don't have to run the `crontab'<br># command to install the new version when you edit this file<br># and files in /etc/cron.d. These files also have username fields,<br># that none of the other crontabs do.<br><br>SHELL=/bin/sh<br>PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin<br><br># m h dom mon dow user  command<br>17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly<br>25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --repor<br>t /etc/cron.daily )<br>47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --repor<br>t /etc/cron.weekly )<br>52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --repor<br>t /etc/cron.monthly )<br>#<br>15 *  *  *  * root /bin/systemctl restart kiwix-serve.service<br></div></div><br>Nor do I see it OpenVPN cron job(s) below on this RPi3 running XSCE 6.2 Release Candidate:<br><br><div style="margin-left:40px">root@Internet-in-a-Box:/etc# ls cron*<br>crontab<br><br>cron.d:<br>awstats  munin  munin-node  php5<br><br>cron.daily:<br>apache2  aptitude      cracklib-runtime  etckeeper   logrotate  mlocate  passwd<br>apt      bsdmainutils  dpkg              exim4-base  man-db     ntp      samba<br><br>cron.hourly:<br>fake-hwclock<br><br>cron.monthly:<br><br>cron.weekly:<br>man-db<br></div><br></div>Or if OpenVPN uses another mechanism to hold & relaunch its connection (finely tuned, it works quite well!) where is that "systemctl restart openvpn@xscenet" or equivalent regularly run from?<br><br>With what exact hourly-or-similar schedule, beginning how many minutes after each hour?<br><br>Muchas Gracias!<br></div>