You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
299 B

  1. --- a/extras/openwrt/package/fwknop/files/fwknopd.init
  2. +++ b/extras/openwrt/package/fwknop/files/fwknopd.init
  3. @@ -11,12 +11,12 @@ FWKNOPD_BIN=/usr/sbin/fwknopd
  4. start()
  5. {
  6. - $FWKNOPD_BIN
  7. + service_start $FWKNOPD_BIN
  8. }
  9. stop()
  10. {
  11. - $FWKNOPD_BIN -K
  12. + service_stop $FWKNOPD_BIN -K
  13. }
  14. restart()