Browse Source

Update install-start-stop-daemon.txt

pull/54/head
Amir 6 years ago committed by GitHub
parent
commit
990a6a4bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      install-start-stop-daemon.txt

12
install-start-stop-daemon.txt

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
#!/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/
1. cd /usr/local/src
2. wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
3. tar zxvf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
4. cd apps/sys-utils/start-stop-daemon-IR1_9_18-2
5. gcc start-stop-daemon.c -o start-stop-daemon
6. cp start-stop-daemon /usr/sbin/

Loading…
Cancel
Save