systemdspawner
systemdspawner copied to clipboard
Spawn JupyterHub single-user notebook servers with systemd
### Bug description The class cpu_limit doesn't work. I've applied but the maximum number os CPUs used are 1 (in a server with 24) #### Expected behaviour The handling of...
https://github.com/jupyterhub/systemdspawner/pull/53 Fixes an issue with using systemdspawner with CentOS. The changes have been in master since June. It would be nice to release this to users.
Would it be possible to launch this systemd containers inside remote machines (via ssh or something like that)?
This adds a `post_start_hook` that is similar to [`spawner.pre_spawn_hook`](https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/spawner.py#L599), but runs just after we successfully start the systemd service. This is helpful when running code in the hook that depends...
Nonroot
Hi, thanks a lot for this spawner, here are a couple of additions I made this week and that I'd like to share. I wasn't too happy to have the...
The files that are created by the jupyterlab instance run under this spawner have permissions -rw-r--r-- For some use cases, it would make sense that the files of one user...
I noticed this while getting a conda-forge package ready for systemdspawner: https://github.com/conda-forge/staged-recipes/pull/8810
If jupyterhub wasn't run in system environment, user cannot run jupyterhub-singleuser and fail to spawn.
fix to run jupyterhub with systemdspawner on rhea account. it also set corrently memory limit
Here is a followup of #30 and #31 . When home directories do not share the same root path, how can we use readonly_paths and readwrite_paths config options? One cannot...