Difference between revisions of "Crontab Manager"

From SME Server
Jump to navigationJump to search
(→‎Use: edited 2010-05-10 from perelandra)
Line 19: Line 19:
  
 
==Use==
 
==Use==
You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons
+
You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons.
 +
 
 +
After you made your changes, it is necessary to manually run the following command from the command line:
 +
 
 +
expand-template /etc/crontab
 +
 
 +
Without this command, the Crontab contrib does NOT apply the changes you made via the server-manager (Reason: Crontab Manager was developed for SME 6.* and developement seems to be discontinued)
  
 
==Additionnal Info==
 
==Additionnal Info==

Revision as of 16:28, 10 May 2010


Edit-find-replace.png Not reviewed:
This howto or contrib has not been reviewed and might contain code that could harm your installation. For more information on the review process have a look at the Development Review page.


Crontab Manager for SME 6.x & 7.x

Maintainer

Michel Van hees

Description

Cron Manager in the server-manager.

Installation

wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=232"
yum localinstall sme-crontab_manager-1.2-4.noarch.rpm

Uninstallation

rpm -e sme-crontab_manager

Use

You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons.

After you made your changes, it is necessary to manually run the following command from the command line:

expand-template /etc/crontab

Without this command, the Crontab contrib does NOT apply the changes you made via the server-manager (Reason: Crontab Manager was developed for SME 6.* and developement seems to be discontinued)

Additionnal Info