1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00
jupyterlab_ynh/conf/systemd.service.default
2019-01-20 12:34:35 +01:00

14 lines
No EOL
368 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
Restart=always
RestartSec=10
WorkingDirectory=__FINALPATH__
LimitNOFILE=49152
[Install]
WantedBy=multi-user.target