Run LCR under runit
This commit is contained in:
parent
e21c1f8b91
commit
ee1c6bd131
3 changed files with 12 additions and 0 deletions
|
@ -38,4 +38,10 @@ class rhizo_base::runit {
|
|||
require => File['/etc/sv'],
|
||||
}
|
||||
|
||||
file { '/etc/service/lcr':
|
||||
ensure => link,
|
||||
target => '/etc/sv/lcr',
|
||||
require => [ File['/etc/sv'], Class['rhizo_base::lcr'] ],
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue