mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add the jupyterhub-configurator service
This commit is contained in:
@@ -2,8 +2,9 @@ from tljh.normalize import generate_system_username
|
||||
from tljh import user
|
||||
from systemdspawner import SystemdSpawner
|
||||
from traitlets import Dict, Unicode, List
|
||||
from jupyterhub_configurator.mixins import ConfiguratorSpawnerMixin
|
||||
|
||||
class UserCreatingSpawner(SystemdSpawner):
|
||||
class UserCreatingSpawner(ConfiguratorSpawnerMixin, SystemdSpawner):
|
||||
"""
|
||||
SystemdSpawner with user creation on spawn.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user