How to gracefully shut down the Stash process? #2225
Answered
by
kermieisinthehouse
alephalpha0
asked this question in
Q&A
-
So, I'm trying to reboot my Stash process and I'm at a loss of what SIG to send it... Any help? |
Beta Was this translation helpful? Give feedback.
Answered by
kermieisinthehouse
Jan 9, 2022
Replies: 2 comments
-
Ctrl-C / SIGINT is fine, or SIGTERM. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alephalpha0
-
Thank you! I kinda figured, but didn't want to assume and start degrading my install right from the get go.
…--
Mors certa; vita incerta.
Trust no one. //
Jan 9, 2022, 05:14 by ***@***.***:
Ctrl-C / SIGINT is fine, or SIGTERM.
—
Reply to this email directly, > view it on GitHub <#2225 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/APJ37FFHB5KNVWT655A2I3DUVFUZRANCNFSM5LRW5WEQ>> .
Triage notifications on the go with GitHub Mobile for > iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>> or > Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>> .
You are receiving this because you authored the thread.> Message ID: > <stashapp/stash/repo-discussions/2225/comments/1934775> @> github> .> com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ctrl-C / SIGINT is fine, or SIGTERM.