Difference between revisions of "Crontab Manager"

From SME Server
Jump to navigationJump to search
Line 2: Line 2:
 
{{Needs review}}
 
{{Needs review}}
 
=Crontab Manager for SME 6.x & 7.x=
 
=Crontab Manager for SME 6.x & 7.x=
Updated Version 2.0.1a for SME 8 (possibly 7 as well) is available [[Media:SMEcronmanager201a.zip}'''here''']] - [http://www.apmuthu.com/files/smeserver-crontab_manager-2.0-1a.zip Cache].
+
Updated Version 2.0.1a for SME 8 (possibly 7 as well) is available [[Media:SMEcronmanager201a.zip|'''here''']] - [http://www.apmuthu.com/files/smeserver-crontab_manager-2.0-1a.zip Cache].
  
 
==Maintainer==
 
==Maintainer==

Revision as of 01:10, 5 March 2013


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

Updated Version 2.0.1a for SME 8 (possibly 7 as well) is available here - Cache.

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).

Convert to UTF8

This contrib was developped with a non utf8 format to convert it safely after installation if you are unable to access to the server-manager panel, as root:

cd ~
wget http://smeserver.pialasse.com/fichiers/convert_utf-8.sh
sh convert_utf-8.sh

Additional Info