diff --git a/voxelibre/init.sls b/voxelibre/init.sls index 57219c6..ed61f6b 100644 --- a/voxelibre/init.sls +++ b/voxelibre/init.sls @@ -15,3 +15,9 @@ reload-systemd-units-onchange-of-voxelibre-container-unit-file: - service.systemctl_reload: - watch: - file: voxelibre-container-file-is-present + +voxelibre-service-running: + service.running: + - name: voxelibre + - watch: + - module: reload-systemd-units-onchange-of-voxelibre-container-unit-file