Continue to run nitb from runit for the moment
Ensure both possible; osmo-nitb, osmocom-nitb systemd services are stopped and disabled.
This commit is contained in:
parent
29d0cd7eb6
commit
bae5ed99a5
2 changed files with 8 additions and 6 deletions
|
@ -19,12 +19,12 @@ class rhizo_base::runit {
|
|||
require => Class['rhizo_base::packages'],
|
||||
}
|
||||
|
||||
# file { '/etc/service/osmo-nitb':
|
||||
# ensure => link,
|
||||
# target => '/etc/sv/osmo-nitb',
|
||||
# require =>
|
||||
# [ File['/etc/sv'], Class['rhizo_base::openbsc'] ],
|
||||
# }
|
||||
file { '/etc/service/osmo-nitb':
|
||||
ensure => link,
|
||||
target => '/etc/sv/osmo-nitb',
|
||||
require =>
|
||||
[ File['/etc/sv'], Class['rhizo_base::openbsc'] ],
|
||||
}
|
||||
|
||||
if $operatingsystem != 'Debian' {
|
||||
file { '/etc/service/freeswitch':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue