mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 19:34:52 +01:00
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/bash
|
|
|
|
scrutiny-collector-metrics run \
|
|
|| bashio::log.error "Privileged mode is disabled, the addon will stop"; \
|
|
s6-svscanctl -t /var/run/s6/services
|