sh 安装start-stop-daemon到centos,fedora,redhat。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装start-stop-daemon到centos,fedora,redhat。相关的知识,希望对你有一定的参考价值。
#!/bin/bash
cd /usr/local/src
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
tar zxvf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
cd apps/sys-utils/start-stop-daemon-IR1_9_18-2
gcc start-stop-daemon.c -o start-stop-daemon
cp start-stop-daemon /usr/sbin/
以上是关于sh 安装start-stop-daemon到centos,fedora,redhat。的主要内容,如果未能解决你的问题,请参考以下文章
关于 'start-stop-daemon' not found in PATH or not executable
sh 在Centos上安装Docker CE
sh Kali 2018,Docker-ce安装脚本
sh 在RHEL 7.3上安装Docker CE
CentOS使用Ubuntu的start-stop-daemon来启动守护进程
centos下gitlab的简单安装配置