Replies: 1 comment
-
There are multiple options: check Server Configuration |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
I would like to run verdaccio server in the background with a shell script. I didn't find any parameter to put it in the background and be silent, so I just run
sh -c "nohup verdaccio &>$VERDACCIO_LOG_FILE &"
.The problem is, I can't figure out how to stop the server.
sudo killall verdaccio
doesn't workDescribe the solution you'd like
A clear and concise description of what you want to happen.
Any command-line solution to stop verdaccio server
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
using killall, checking top and ps ax to find what process should I stop, but I didn't find anything about verdaccio
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions