mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-28 00:45:50 +03:00
[GH-ISSUE #546] How to stop the daemon/forever #443
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#443
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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):
daemonorforever. becausesystemctl stop proxydoes not stop it:Failed to stop proxy.service: Unit proxy.service not loaded.@snail007 commented on GitHub (Nov 10, 2023):
ps find pid and kill pid.
@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-allorproxy --stop-daemonsorproxy --stop-foreverso it could simplify the process?
thanks
@ttodua commented on GitHub (Dec 14, 2023):
@snail007 if you can add that above-mentioned feature? thanks