Browse Source

Merge pull request #14723 from svaaz/master

sysrepo: fix plugind option for verbosity
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
1e736d5b03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/sysrepo/files/sysrepo.init

+ 1
- 1
net/sysrepo/files/sysrepo.init View File

@ -9,7 +9,7 @@ PROG_PLUGIN=/usr/bin/sysrepo-plugind
start_service() {
procd_open_instance
procd_set_param command ${PROG_PLUGIN}
procd_append_param command -d -l 0
procd_append_param command -d -v 0
procd_set_param respawn
procd_close_instance
}


Loading…
Cancel
Save