赞
踩
sudo vi /lib/systemd/system/glory.service
[Unit] #这段是描述,随便写写 Description=start_rule_mafia1_agent [Service] # 你的Ubuntu 用户名称 User=game #你的用户分组默认与用户名相同 Group=game #这段非常重要,op.sh 是你开机要执行的shell 脚本,全部用绝对路径 ExecStart=/bin/bash /home/game/glory_btps1/AP/rec1/op.sh ExecStop=/bin/kill $MAINPID PrivateTmp=true [Install] WantedBy=multi-user.target
vi op.sh
#!/bin/bash
path=$(cd $(dirname $0);pwd)
cd "$path"
#/home/game/anaconda3/bin/python start-gate.py > p.log
/home/game/anaconda3/bin/python schd.py > p1.log
sudo chmod 777 -R *
sudo systemctl enable glory.service
sudo systemctl daemon-reload
sudo systemctl status glory.service
sudo systemctl start glory.service
sudo systemctl status glory.service
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。