mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-26 07:52:32 +01:00
9 lines
174 B
Bash
9 lines
174 B
Bash
# Configuration for /etc/init.d/beszel
|
|
|
|
# Host for beszel hub
|
|
HOST=127.0.0.1
|
|
PORT=8090
|
|
|
|
# Beszel dir
|
|
BESZEL_DATADIR=/var/lib/beszel
|
|
BESZEL_LOG_FILE=/var/log/beszel/beszel.log |