1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 12:06:10 +02:00

Add init.d scripts

This commit is contained in:
Pavel Odintsov 2015-06-05 13:38:33 +03:00
parent 46ac8d2a5d
commit 372699ea0c

View File

@ -1,4 +1,4 @@
# This guide fill describe how build iso image of VyOS with bundled FastNetMon
### This guide fill describe how build iso image of VyOS with bundled FastNetMon
First af all, you need _only_ Debian Squeeze for building this image!
@ -42,7 +42,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-thread1.42.0, libboost-sys
```
```bash
cd pkgs/fastnetmon
ln -s ../src/fastnetmon_init_script_debian_6_7 debian/fastnetmon.init
ln -s ../src/fastnetmon.service debian/fastnetmon.service
cd ..
cd ..
make fastnetmon
cd pkgs
wget http://ftp.us.debian.org/debian/pool/main/b/boost1.42/libboost-regex1.42.0_1.42.0-4_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/b/boost1.42/libboost-thread1.42.0_1.42.0-4_amd64.deb