Meas: separate the meas_json task

This allows more than one client to open the web meas
This commit is contained in:
Monocots 2020-04-10 20:07:36 +00:00 committed by Keith Whyte
parent dc28f03a7c
commit bca9ccae5d
4 changed files with 21 additions and 2 deletions

View file

@ -77,4 +77,10 @@ class rhizo_base::runit {
require => [ File['/etc/sv'], Package['websocketd'] ],
}
file { '/etc/service/meas-json':
ensure => link,
target => '/etc/sv/meas-json',
require => [ File['/etc/sv'] ],
}
}