diff options
Diffstat (limited to 'config/cron/cron.xml')
-rw-r--r-- | config/cron/cron.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cron/cron.xml b/config/cron/cron.xml index 4fbe7ab6..f6338c7c 100644 --- a/config/cron/cron.xml +++ b/config/cron/cron.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>Cron Settings</name> - <version>0.2</version> + <version>0.1.2</version> <title>Settings</title> <include_file>/usr/local/pkg/cron.inc</include_file> <menu> @@ -52,10 +52,10 @@ <url>/packages/cron/cron.php</url> </menu> <service> - <name>cron</name> + <name>Cron</name> <rcfile>cron.sh</rcfile> - <executable>cron</executable> - <description>PHP run from a command line as a service.</description> + <executable>/usr/sbin/cron</executable> + <description>The cron utility is used to manage commands on a schedule.</description> </service> <tabs> <tab> |