[GH-ISSUE #546] How to stop the daemon/forever #443

Open
opened 2026-02-27 23:16:55 +03:00 by kerem · 3 comments
Owner

Originally created by @ttodua on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/snail007/goproxy/issues/546

I havent used issue template, because I just have question (couldnt find answer in English):

  1. how to view the running proxy instance
  2. how to stop the proxy if we run it with daemon or forever. because systemctl stop proxy does not stop it: Failed to stop proxy.service: Unit proxy.service not loaded.
Originally created by @ttodua on GitHub (Nov 9, 2023). Original GitHub issue: https://github.com/snail007/goproxy/issues/546 I havent used issue template, because I just have question (couldnt find answer in English): 1) how to view the running proxy instance 2) how to stop the proxy if we run it with `daemon` or `forever`. because `systemctl stop proxy` does not stop it: `Failed to stop proxy.service: Unit proxy.service not loaded.`
Author
Owner

@snail007 commented on GitHub (Nov 10, 2023):

ps find pid and kill pid.

<!-- gh-comment-id:1805018167 --> @snail007 commented on GitHub (Nov 10, 2023): ps find pid and kill pid.
Author
Owner

@ttodua commented on GitHub (Nov 10, 2023):

yes, I have done that, but can you please add some built-in ways, so we could like:
proxy --stop-all or proxy --stop-daemons or proxy --stop-forever
so it could simplify the process?
thanks

<!-- gh-comment-id:1805330781 --> @ttodua commented on GitHub (Nov 10, 2023): yes, I have done that, but can you please add some built-in ways, so we could like: `proxy --stop-all` or `proxy --stop-daemons` or `proxy --stop-forever` so it could simplify the process? thanks
Author
Owner

@ttodua commented on GitHub (Dec 14, 2023):

@snail007 if you can add that above-mentioned feature? thanks

<!-- gh-comment-id:1855523163 --> @ttodua commented on GitHub (Dec 14, 2023): @snail007 if you can add that above-mentioned feature? thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#443
No description provided.