update act runner addons
This commit is contained in:
8
example/rootfs/etc/s6-overlay/s6-rc.d/init-example/run
Normal file
8
example/rootfs/etc/s6-overlay/s6-rc.d/init-example/run
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/command/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Example
|
||||
# Example init script, runs before any other service
|
||||
# ==============================================================================
|
||||
|
||||
bashio::log.info "Oh, hi! I'm the init script!"
|
1
example/rootfs/etc/s6-overlay/s6-rc.d/init-example/type
Normal file
1
example/rootfs/etc/s6-overlay/s6-rc.d/init-example/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
1
example/rootfs/etc/s6-overlay/s6-rc.d/init-example/up
Normal file
1
example/rootfs/etc/s6-overlay/s6-rc.d/init-example/up
Normal file
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-example/run
|
Reference in New Issue
Block a user