美国主机VirMach教程:如何通过在Linux上自动重启脚本来避免中断

".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })

VirMach作为一家平价[美国主机](https://www.idcspy.com)商,在国内站长中间还是很受欢迎的,性能稳定性价比高,是很多小白站长的建站首选。接下来小编跟大家分享一个快速教程,向您展示如何设置脚本或应用程序以在计算机重新启动时启动。这将通过cron作业完成。该方法应该在大多数/所有Linux发行版上都相同。

![](https://www.idcspy.com/wp-content/uploads/2020/12/virmach-2.png)

本教程假定您具有可以通过命令行启动的应用程序/脚本。在这种情况下,我们要确保以下文件夹中的脚本“ tutorial.sh”:/ root / tutorial /在重新启动时启动,而无需人工干预。

\[步骤1\]

通过SSH连接到将运行脚本的VPS。

\[步骤2\]

然后,使用以下命令:

crontab -e

\[步骤3\]

这将打开一个名为“ crontab”的文本文件。然后,将以下行(更改为与您的应用程序匹配)添加到文件末尾。

@reboot /bin/bash /root/tutorial/tutorial.sh

\[步骤4\]

退出编辑器。确保crontab编辑器验证了新的crontab,并且没有错误。

\[步骤5 –可选\]

重新启动服务器以验证脚本是否自动启动。

以上就是[VirMach](/#)可以自动重启的教程,对此有需要的朋友可以参考操作一下。"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106614.html

(0)
松果号松果号
上一篇 4小时前
下一篇 3小时前

推荐阅读

发表回复

登录后才能评论