Difference between revisions of "Crontab Manager"

From SME Server
Jump to navigationJump to search
Line 12: Line 12:
  
 
==Installation==
 
==Installation==
 
+
In SME8
yum install smeserver-crontab_manager --enablerepo=smecontribs
+
yum install smeserver-crontab_manager --enablerepo=smecontribs
 +
will now install [http://mirror.contribs.org/smeserver/releases/8/smecontribs/i386/RPMS/smeserver-crontab_manager-2.2-1.el5.sme.noarch.rpm smeserver-crontab_manager-2.2-1.el5.sme.noarch.rpm]
  
 
==Uninstallation==
 
==Uninstallation==

Revision as of 08:13, 28 June 2013


Crontab Manager for SME 6.x and above

Available in the SME8 contribs repository:

When using it in SME 9, move the cronmanager.pm file to the appropriate perl folder.

Maintainer

Michel Van hees

Description

Cron Manager in the server-manager.

Installation

In SME8

yum install smeserver-crontab_manager --enablerepo=smecontribs

will now install smeserver-crontab_manager-2.2-1.el5.sme.noarch.rpm

Uninstallation

rpm -e smeserver-crontab_manager

Use

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

After you have made your changes and saved the session the changes will be written to the file /etc/crontab

On SME versions prior to SME7 to update the crontab file you must issue the following from the command line

expand-template /etc/crontab.

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