mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 04:06:44 +08:00
12 lines
468 B
Bash
12 lines
468 B
Bash
# Optional overrides for bluearchive-toolkit-official-sync.service.
|
|
#
|
|
# Install as:
|
|
# sudo install -o root -g root -m 0644 deployments/systemd/official-sync.env.example /etc/bluearchive-toolkit/official-sync.env
|
|
#
|
|
# Paths are intentionally independent from any official launcher or game client
|
|
# install directory. Do not point BAT_OUTPUT_ROOT at an existing game directory.
|
|
|
|
BAT_OUTPUT_ROOT=/var/lib/bluearchive-toolkit/official
|
|
BAT_INTERVAL=1h
|
|
BAT_ERROR_RETRY=60s
|