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

@@ -29,4 +29,4 @@ c.JupyterHub.port = 80
c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, 'bin')]
configurer.apply_yaml_config('/etc/jupyterhub/jupyterhub.yaml', c)
configurer.apply_yaml_config(os.path.join(INSTALL_PREFIX, 'jupyterhub.yaml'), c)