2026-05-01 06:43:23 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# shellcheck shell=bash
|
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
2026-05-31 13:55:58 -04:00
|
|
|
##@Version : 202605292219-git
|
2026-05-01 06:43:23 -04:00
|
|
|
# @@Author : Jason Hempstead
|
|
|
|
|
# @@Contact : jason@casjaysdev.pro
|
|
|
|
|
# @@License : WTFPL
|
|
|
|
|
# @@ReadME : 00-go.sh --help
|
|
|
|
|
# @@Copyright : Copyright: (c) 2026 Jason Hempstead, Casjays Developments
|
2026-05-30 02:19:11 -04:00
|
|
|
# @@Created : Friday, May 29, 2026 22:22 EDT
|
2026-05-01 06:43:23 -04:00
|
|
|
# @@File : 00-go.sh
|
2026-05-31 13:55:58 -04:00
|
|
|
# @@Description : Go toolchain — configuration-only init (no daemon)
|
2026-05-01 06:43:23 -04:00
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
2026-05-31 13:55:58 -04:00
|
|
|
# Tell the init framework this is a configuration service, not a daemon.
|
|
|
|
|
# This prevents __start_init_scripts from waiting for a PID or keep-alive loop.
|
|
|
|
|
export CONTAINER_INIT="yes"
|
|
|
|
|
export SERVICE_USES_PID="no"
|