This commit is contained in:
Alexandre
2023-05-21 11:53:11 +02:00
parent 07a2c697ea
commit 0135a896ed
3 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/execlineb -S1
s6-svscanctl -t /var/run/s6/services

View File

@@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: portainer_agent
# Runs some initializations for portainer_agent
# ==============================================================================
bashio::require.unprotected
# Launch app
cd /app || true
./agent "$PORTAINER_AGENT_ARGS"