summaryrefslogtreecommitdiff
path: root/typescript/container/prepare.service
blob: 560be163f04b665199eda8fbd564dc276de3518e (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=PrepareDatabase
After=postgresql.service

[Service]
ExecStart=/prepare.sh
StandardOutput=journal+console

[Install]
WantedBy=multi-user.target