Add audit logs, file-backed service logs, and localized timestamp display

This commit is contained in:
Jage9
2026-02-21 02:52:01 -05:00
parent e7909b4df7
commit b30349032a
6 changed files with 76 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ if [[ ! -f "$SRC_UNIT" ]]; then
fi
sudo cp "$SRC_UNIT" "$DST_UNIT"
sudo install -d -m 0755 -o bestmidi -g bestmidi "$REPO_ROOT/server/runtime"
sudo touch "$REPO_ROOT/server/runtime/server.log"
sudo chown bestmidi:bestmidi "$REPO_ROOT/server/runtime/server.log"
sudo systemctl daemon-reload
sudo systemctl enable --now "$UNIT_NAME"
sudo systemctl restart "$UNIT_NAME"