blob: d9324ca2a9bf46716aa2ab130a536dca279d77f9 [file] [log] [blame]
[Unit]
Description=Coral Jupyter Server
[Service]
Type=simple
ExecStart=/usr/bin/jupyter-notebook --config=/etc/coral-jupyter-server/jupyter_notebook_config.py
ExecStop=/usr/bin/jupyter-notebook stop 7000
User=mendel
Group=mendel
WorkingDirectory=/var/lib/coral-jupyter-server
[Install]
WantedBy=multi-user.target