You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
[Unit]
|
|
Description=AI Orquestrador Database Bootstrap
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=vitor
|
|
Group=vitor
|
|
WorkingDirectory=/opt/orquestrador
|
|
EnvironmentFile=/opt/orquestrador/.env.prod
|
|
Environment=PATH=/opt/orquestrador/venv/bin
|
|
ExecStart=/opt/orquestrador/venv/bin/python -m app.db.bootstrap
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|