dotfiles/.config/systemd/user/jupyter.service
2022-10-21 13:15:28 +03:00

13 lines
208 B
Desktop File

[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