ubuntu系统开机自动爬取数据

cd  /etc/systemd/system

sudo vim startpic.service:


[Unit]
Description=It is startpic

[Service]
Type=simple
ExecStart=/home/ubuntu/.myenv/myfirst/bin/python /home/ubuntu/mymnt/project/myproject/wanwenyc/WWSpider/mybase/spiderXiuRenMeiMvWang.py
#启动失败之后重启
Restart=on-failure
#重启间隔为5s
RestartSec=5s

[Install]
WantedBy=multi-user.target

ubuntu系统开机自动爬取数据 ubuntu系统开机自动爬取数据

然后 

sudo systemctl enable startpic  :注册服务

sudo systemctl start startpic :注册服务

 

sudo service startpic status  :查看startpic 服务启动状态

上一篇:几乎完美安装! NVIDIA Jetson Nano B01 Ubuntu 18.04.3 LTS 的 ROS 安装和小白的踩坑记录【会继续完善】


下一篇:centos8停止维护换什么系统?