美文网首页
CentOS下安装使用start-stop-daemon

CentOS下安装使用start-stop-daemon

作者: 星夜横空1030 | 来源:发表于2017-04-26 19:08 被阅读0次

    #!/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/

    相关文章

      网友评论

          本文标题:CentOS下安装使用start-stop-daemon

          本文链接:https://www.haomeiwen.com/subject/dwrwzttx.html