Holesail Service Daemon + Bin Client

This commit is contained in:
Raven Scott
2026-04-09 20:42:54 -04:00
parent 3a69906046
commit c8c877f688
168 changed files with 387155 additions and 30713 deletions
@@ -0,0 +1,16 @@
# Example drop-in for bare-holesail (copy to ~/.config/bare-os/units/bare-holesail.unit).
# Stock boot already enables managed bare-holesail (no env required). Use this file for ordering
# or to document overrides. Disable: BARE_OS_HOLESAIL_INITD=0 or systemctl disable bare-holesail.
#
# Single tunnel (turn off managed first):
# BARE_OS_HOLESAIL_MANAGED=0
# BARE_OS_HOLESAIL_SERVER=1
# BARE_OS_HOLESAIL_SECURE=1
#
# Multi-tunnel (default; persisted state via /bin/holesail):
# # optional: BARE_OS_HOLESAIL_STATE=~/.holesail/state.json
#
# Optional ordering override:
[Unit]
After=kernel-logger
# ConditionEnvironment=BARE_OS_HOLESAIL_INITD=1 # optional gate if you disable by default in a custom image