Make sure that FreeSWITCH, Osmocom-NITB and LCR are disabled in the init system. (We run them with runit).

This commit is contained in:
Ciaby 2015-07-07 14:17:16 +02:00
parent ee1c6bd131
commit d652133a80
3 changed files with 18 additions and 0 deletions

View file

@ -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'],