mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/execlineb -S1
|
||||
|
||||
s6-svscanctl -t /var/run/s6/services
|
||||
11
portainer_agent/rootfs/etc/services.d/portainer_agent/run
Normal file
11
portainer_agent/rootfs/etc/services.d/portainer_agent/run
Normal 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"
|
||||
Reference in New Issue
Block a user