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

check daemon is running #2734

Merged
merged 1 commit into from
Jan 20, 2024
Merged

check daemon is running #2734

merged 1 commit into from
Jan 20, 2024

Conversation

feiniks
Copy link
Contributor

@feiniks feiniks commented Jan 15, 2024

No description provided.

@killing killing merged commit b3c3566 into master Jan 20, 2024
@killing killing deleted the check_running branch January 20, 2024 07:01
@@ -128,6 +128,14 @@ def _check_seafile():
print("%s not found in PATH. Have you installed seafile?" % prog)
sys.exit(1)

def _check_daemon_running():
try:
subprocess.check_output(['ps', '-C', 'seaf-daemon'])
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if I'd like to run multiple instances (for multiple users)?

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.

3 participants