Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
pcartas committed Sep 24, 2024
1 parent d9c892c commit dc6a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tljh/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, "bin")]
c.SystemdSpawner.default_shell = "/bin/bash"
# Drop the '-singleuser' suffix present in the default template
c.SystemdSpawner.unit_name_template = "{USERNAME_PREFIX}{USERNAME}"
c.SystemdSpawner.unit_name_template = USERNAME_PREFIX+"{USERNAME}"

tljh_config = configurer.load_config()
configurer.apply_config(tljh_config, c)
Expand Down

0 comments on commit dc6a7ef

Please sign in to comment.