fix: полный production-фикс fix40 (layout, sidebar, journald, логирование)

This commit is contained in:
2026-05-21 14:51:19 +05:00
parent 53711aecd3
commit 85798bebb6
19 changed files with 218 additions and 131 deletions
+1
View File
@@ -7,6 +7,7 @@ Wants=network-online.target
Type=simple
User=hy2xs-admin
Group=hy2xs-admin
SupplementaryGroups=systemd-journal
WorkingDirectory={{INSTALL_DIR}}
EnvironmentFile=/etc/hy2xs/hy2xs.env
Environment=GIN_MODE=release
+2
View File
@@ -7,6 +7,8 @@ Wants=network-online.target
Type=simple
User=hysteria
Group=hysteria
Environment=HYSTERIA_LOG_LEVEL=info
Environment=HYSTERIA_LOG_FORMAT=json
ExecStart=/usr/local/bin/hysteria server -c /etc/hysteria/config.yaml
Restart=on-failure
RestartSec=5s