dotfiles/.config/systemd/user/jupyter.service

14 lines
208 B
SYSTEMD

[Unit]
Description=Jupyter notebook server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=/usr/bin/jupyter lab
[Install]
WantedBy=multi-user.target