Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Status Function to CoovaChilli Init Script #581

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

bankjirapan
Copy link
Contributor

@bankjirapan bankjirapan commented Jun 30, 2024

Description:

This commit adds a status function to the CoovaChilli init script (/etc/init.d/chilli status). The absence of this function previously caused the status command to fail. The new status function correctly checks if the CoovaChilli service is running by verifying the PID from the PID file.

Changes:

Added status function: This function checks if the PID file exists and if the process with the PID is running.
Updated case statement: The status case now calls the new status function to provide accurate service status.
Example:

Before the fix, running /etc/init.d/chilli status would result in an error:
/etc/init.d/chilli: 129: status: not found

After the fix, running /etc/init.d/chilli status will correctly report the status of the CoovaChilli service:
chilli is running (pid xxx)

@sevan sevan merged commit 3574348 into coova:master Jun 30, 2024
1 check passed
@sevan
Copy link
Member

sevan commented Jun 30, 2024

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants