Good day,
On my local sme server machine, I've installed Crontab Manager. Using the interface in server-manager, I've been able to add items to the schedule. Now, I'm trying to make some updates on a remote sme server using ssh access and don't have access to Crontab Manager. I found the following command suggestions in a 2007 posting.
pico -w /etc/e-smith/templates-custom/etc/crontab/your_file_name
add your cron entries
/sbin/e-smith/expand-template etc/crontab
more /etc/crontab - just to verify your new entry is there, then
/etc/e-smith/events/actions/restart-crond
However, it does not work because 'restart-crond' is no longer available. I've tried "service crond restart" which stopped and started crond. However the new scheduled item does not seem to run (no evidence that the job ran). Can someone give some updated instructions?
ak