feat: pivot systemd to standalone bare-metal mode v1.3.2

This commit is contained in:
Daniel Bedeleanu
2026-04-11 12:43:53 +03:00
parent d87067e88c
commit df9468344d
6 changed files with 135 additions and 34 deletions

View File

@@ -6,8 +6,9 @@ Requires=docker.service
[Service]
Type=simple
WorkingDirectory=__WORKING_DIR__
ExecStart=__DOCKER_BIN__ compose up --build
ExecStop=__DOCKER_BIN__ compose down
ExecStart=/bin/bash __WORKING_DIR__/run_standalone.sh
# No explicit ExecStop needed as kill 0 in run_standalone handles it,
# but systemd handles SIGTERM by default anyway.
Restart=always
StandardOutput=journal
StandardError=journal