10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
# Example drop-in for bare-os-chat (copy to ~/.config/bare-os/units/bare-os-chat.unit).
|
|
# Stock boot registers this unit when swarm chat mux is enabled (host BARE_OS_PROTOMUX_CHAT_CHANNEL).
|
|
# Disable the unit: systemctl disable bare-os-chat — or globally: BARE_OS_CHAT_INITD=0
|
|
#
|
|
# Prevent pairing (no bare-os-chat-v1): BARE_OS_PROTOMUX_CHAT_CHANNEL=0 on the booter/seeder host.
|
|
|
|
[Unit]
|
|
Description=Swarm chat (bare-os-chat-v1)
|
|
After=kernel-logger
|