-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
After close the SSH connection, the clash service will automatically close #23
Comments
Yes, because you (as the user who created the systemd service) logged out, which will automatically stop all user-created systemd services. You would need to invoke clash_binary_path = "/usr/local/bin/clash"
clash_config_root = "/etc/clash/"
user_systemd_root = "/etc/systemd/system/" Additionally, all |
After creating the systemd service as root, the service should start on boot. |
Again, |
I tried to setup clashrup using sudo -i |
But that's weird. Sorry for my poor English. |
Just published a new version which modifies the systemd file to use
|
lol, you need to change your settings back remember? (Config file |
I found that after this modification, even without Closing this issue for now as I believe this is fixed. If not, feel free to reopen. |
The same on my side and I think it's perfectly solved. Thanks. |
I use this on RaspPie 3 (OS: RHEL Branch), which severs as a proxy server.
Following the instructions and setting up, all things run smoothly as expected.
However, after closing the SSH connection, the service automatically turns to
loaded
status.Manually re-login and executiveing the
clashrup start
, it starts working. Closing the SSH connection, it downs again.I'm wondering how to fix that.
BTW, how to enable clashrup start when the system boots? I've tried
systemctl enable clash
but it returnedclash.service
not found.Thanks 😵💫
The text was updated successfully, but these errors were encountered: