LoginSignup
0
0

More than 5 years have passed since last update.

[Linux] Background service?? daemon??

Last updated at Posted at 2019-04-18

自分メモです。!

sudo vi /etc/systemd/system/jupyter.service
sudo systemctl daemon-reload
sudo systemctl enable jupyter

->Created symlink /etc/systemd/system/multi-user.target.wants/jupyter.service → /etc/systemd/system/jupyter.service.
sudo systemctl start jupyter
sudo systemctl status jupyter

image.png

udo systemctl restart jupyter

sudo kill -9 [PID]

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0