mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
14 lines
No EOL
394 B
Text
14 lines
No EOL
394 B
Text
[Unit]
|
|
Description=Jupyterlab
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Environment="PATH=__FINALPATH__/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
ExecStart=__FINALPATH__/bin/jupyterhub -f __CONFIGPATH__/jupyterhub_config.py 2&>> /var/log/__APP__.log
|
|
Restart=always
|
|
RestartSec=10
|
|
WorkingDirectory=__FINALPATH__
|
|
LimitNOFILE=49152
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |