Move all config files inside INSTALL_PREFIX

Makes cleanup easier!
This commit is contained in:
yuvipanda
2018-06-27 03:10:41 -07:00
parent de7fda47db
commit 12698a20ed
4 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ PrivateTmp=yes
PrivateDevices=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
EnvironmentFile=/etc/jupyterhub/configurable-http-proxy.secret
EnvironmentFile={install_prefix}/configurable-http-proxy.secret
ExecStart={install_prefix}/hub/bin/configurable-http-proxy \
--ip 0.0.0.0 \
--port 80 \

View File

@@ -17,6 +17,6 @@ PrivateDevices=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
# Source CONFIGPROXY_AUTH_TOKEN from here!
EnvironmentFile=/etc/jupyterhub/configurable-http-proxy.secret
EnvironmentFile={install_prefix}/configurable-http-proxy.secret
Environment=TLJH_INSTALL_PREFIX={install_prefix}
ExecStart={python_interpreter_path} -m jupyterhub.app -f {jupyterhub_config_path}