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
2018-12-30 16:00:54 +01:00

13 lines
No EOL
295 B
Text

[Unit]
Description=Jupyterlab
After=syslog.target network.target
[Service]
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