Make sure that FreeSWITCH, Osmocom-NITB and LCR are disabled in the init system. (We run them with runit).
This commit is contained in:
parent
ee1c6bd131
commit
d652133a80
3 changed files with 18 additions and 0 deletions
|
@ -31,6 +31,12 @@ class rhizo_base::openbsc {
|
|||
notify => Exec['hlr_pragma_wal'],
|
||||
}
|
||||
|
||||
service { 'osmocom-nitb':
|
||||
ensure => stopped,
|
||||
enable => false,
|
||||
require => Package['osmocom-nitb']
|
||||
}
|
||||
|
||||
file { '/etc/osmocom/osmo-nitb.cfg':
|
||||
content => template('rhizo_base/osmo-nitb.cfg.erb'),
|
||||
require => Package['osmocom-nitb'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue