Automate Taler merchant and bank app start after container boot.
Containers only run sleep infinity; host ensure-taler-apps plus user systemd units start postgres, httpd, libeufin, and auto-confirm.
This commit is contained in:
parent
1aa4d1bab8
commit
bd5272ebac
7 changed files with 246 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
[Unit]
|
||||
# Pull in in-container app start after the empty sleep infinity shell is up
|
||||
Wants=taler-merchant-apps.service
|
||||
Before=taler-merchant-apps.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue