[
https://issues.apache.org/jira/browse/VCL-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212841#comment-13212841
]
Tony Miller commented on VCL-558:
---------------------------------
Patch entry for this bug:
22,23c22,23
< if ! /etc/init.d/vcld.start status &> /dev/null; then
< if /etc/init.d/vcld.start start &> /dev/null; then
---
> if ! service vcld status &> /dev/null; then
> if service vcld start &> /dev/null; then
> vcld_cron_check uses incorrect name of VCL Daemon
> -------------------------------------------------
>
> Key: VCL-558
> URL: https://issues.apache.org/jira/browse/VCL-558
> Project: VCL
> Issue Type: Bug
> Components: vcld (backend)
> Affects Versions: 2.2.1
> Reporter: Tony Miller
> Priority: Minor
> Labels: patch
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The managementnode/bin/vcld_cron_check script is looking for and invoking
> /etc/init.d/vcld.start. It should either invoke /etc/init.d/vcld or,
> preferably, use the service command.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira