feat: pivot systemd to standalone bare-metal mode v1.3.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user