Use osmo-bsc-meas-utils
Use package from osmo repo for meas_json
This commit is contained in:
parent
8e3be576a5
commit
d6cde0ba3c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 /usr/bin/stdbuf -oL /usr/local/bin/meas_json
|
||||
exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 /usr/bin/stdbuf -oL /usr/bin/meas_json
|
||||
|
|
|
@ -37,6 +37,10 @@ class rhizo_base::openbsc {
|
|||
Exec['notify-nitb'] ],
|
||||
}
|
||||
|
||||
package { [ 'osmo-bsc-meas-utils' ]:
|
||||
ensure => 'installed'
|
||||
}
|
||||
|
||||
service { 'osmocom-nitb':
|
||||
enable => false,
|
||||
require => Package['osmocom-nitb'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue