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'],
|
||||
}
|
||||
|
||||
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':
|
||||
|
@ -64,4 +64,4 @@ class rhizo_base::runit {
|
|||
require => [ File['/etc/sv'], Class['rhizo_base::kiwi'] ],
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue