gpt4 book ai didi

linux启动结束时启动script.sh

转载 作者:太空宇宙 更新时间:2023-11-04 04:58:06 25 4
gpt4 key购买 nike

当计算机打开时,所有服务都会自动启动(如图所示),我需要在命令行中启动一个简单的脚本

linux service

脚本很简单,启动也是一个c++程序./program

#!/bin/sh
/path/to/my/script.sh

我需要这个来与另一个类似的简单程序连接

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>

</head>
<body>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
setInterval(function () {
$('#show').load('data.php')
}, 3000);
});


</script>

最佳答案

要在启动时启动程序,可以在/etc/rc.local上修改并添加一行

例如

/path/to/my/script.sh &

关于linux启动结束时启动script.sh,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40923497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com