Holesail Service Daemon + Bin Client
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user