linux上安装vixie-cron报错没有可用的软件包 vixie-cron
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
刚刚新建的VM虚拟机,想要使用crontab命令,但是一直提示没有这个命令,这边百度了一下,说安装命令是这个
yum install -y vixie-cron
但是执行安装命令之后,一直提示没有这个软件包,
最后重新找了下命令,发现原来是这个命令,记录一下
#安装crontab
yum install cronie
#启动服务
service crond start
新增相关定时任务,可以看到,相关的命令可以正常使用了~
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献12条内容
所有评论(0)