Run osmo-nitb from systemd
This commit is contained in:
parent
c62926e2aa
commit
36a29e98ed
1 changed files with 7 additions and 7 deletions
|
@ -18,12 +18,12 @@ class rhizo_base::runit {
|
||||||
require => Class['rhizo_base::packages'],
|
require => Class['rhizo_base::packages'],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/service/osmo-nitb':
|
# file { '/etc/service/osmo-nitb':
|
||||||
ensure => link,
|
# ensure => link,
|
||||||
target => '/etc/sv/osmo-nitb',
|
# target => '/etc/sv/osmo-nitb',
|
||||||
require =>
|
# require =>
|
||||||
[ File['/etc/sv'], Class['rhizo_base::openbsc'] ],
|
# [ File['/etc/sv'], Class['rhizo_base::openbsc'] ],
|
||||||
}
|
# }
|
||||||
|
|
||||||
if $operatingsystem != 'Debian' {
|
if $operatingsystem != 'Debian' {
|
||||||
file { '/etc/service/freeswitch':
|
file { '/etc/service/freeswitch':
|
||||||
|
@ -64,4 +64,4 @@ class rhizo_base::runit {
|
||||||
require => [ File['/etc/sv'], Class['rhizo_base::kiwi'] ],
|
require => [ File['/etc/sv'], Class['rhizo_base::kiwi'] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue