mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #895 from minrk/hub-path
ensure hub env is on $PATH in jupyterhub service
This commit is contained in:
@@ -15,6 +15,7 @@ PrivateDevices=yes
|
|||||||
ProtectKernelTunables=yes
|
ProtectKernelTunables=yes
|
||||||
ProtectKernelModules=yes
|
ProtectKernelModules=yes
|
||||||
Environment=TLJH_INSTALL_PREFIX={install_prefix}
|
Environment=TLJH_INSTALL_PREFIX={install_prefix}
|
||||||
|
Environment=PATH={install_prefix}/hub/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
# Run upgrade-db before starting, in case Hub version has changed
|
# Run upgrade-db before starting, in case Hub version has changed
|
||||||
# This is a no-op when no db exists or no upgrades are needed
|
# This is a no-op when no db exists or no upgrades are needed
|
||||||
ExecStart={python_interpreter_path} -m jupyterhub.app -f {jupyterhub_config_path} --upgrade-db
|
ExecStart={python_interpreter_path} -m jupyterhub.app -f {jupyterhub_config_path} --upgrade-db
|
||||||
|
|||||||
Reference in New Issue
Block a user