feat: add bds core, locale updates and safety fixes

This commit is contained in:
2026-05-31 14:01:34 +03:00
parent d1686355e8
commit c769140913
34 changed files with 1535 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Minecraft {{CORE_NAME}} server
After=network.target
[Service]
Type=simple
User={{SERVER_USER}}
Group={{SERVER_USER}}
WorkingDirectory={{SERVER_DIR}}
ExecStart={{START_SCRIPT}}
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target