bash展开代码sudo nano /etc/systemd/system/npc.service
ini展开代码[Unit]
Description=NPC Service
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/npc_huoshan
ExecStart=/root/npc_huoshan/npc
Restart=on-failure
[Install]
WantedBy=multi-user.target
bash展开代码sudo systemctl daemon-reload
sudo systemctl enable npc.service
sudo systemctl start npc.service
sudo systemctl status npc.service
journalctl -u npc.service
sudo systemctl stop npc.service
sudo systemctl disable npc.service
npc
文件有执行权限:chmod +x /root/npc_huoshan/npc
本文作者:Dong
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!