pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

pmlag (201B)


      1 #!/sbin/openrc-run
      2 
      3 name=$RC_SVCNAME
      4 command=${DESTDIR}/bin/pmlag
      5 command_args="-c /etc/pmlag/pmlag.ini"
      6 pidfile="/var/run/$RC_SVCNAME/$RC_SVCNAME.pid"
      7 command_background="no"
      8 
      9 depend() {
     10   need net
     11 }