Start JupyterHub / CHP when system starts

This commit is contained in:
yuvipanda
2018-06-28 00:49:36 -07:00
parent 30486963d7
commit dd53176889
4 changed files with 25 additions and 0 deletions

View File

@@ -20,3 +20,7 @@ ProtectKernelModules=yes
EnvironmentFile={install_prefix}/configurable-http-proxy.secret
Environment=TLJH_INSTALL_PREFIX={install_prefix}
ExecStart={python_interpreter_path} -m jupyterhub.app -f {jupyterhub_config_path}
[Install]
# Start service when system boots
WantedBy=multi-user.target