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

14 lines
394 B
Text
Raw Normal View History

2018-12-30 16:00:54 +01:00
[Unit]
Description=Jupyterlab
After=syslog.target network.target
[Service]
2018-12-30 23:28:32 +01:00
Environment="PATH=__FINALPATH__/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
2018-12-30 16:00:54 +01:00
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