UCSF-CBI / rstudio-server-controller

RStudio Server Controller (RSC) - A Tool for Launching a Personal Instance of the RStudio Server
https://github.com/UCSF-CBI/rstudio-server-controller
ISC License
4 stars 2 forks source link

Nicer way to shut down `rserver` process? #64

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

Currently, we terminate the rserver process by signalling SIGTERM:

https://github.com/UCSF-CBI/rstudio-server-controller/blob/e1416dcb6b2ebf8a837eb50141dd20cd875463b3/bin/rsc#L1381-L1383

Is there a nicer, better way to do this?