Point services to /opt/innercontext/current release paths, remove stale phase completion docs, and switch Forgejo workflows to run on the lxc runner label.
16 lines
403 B
Desktop File
16 lines
403 B
Desktop File
[Unit]
|
|
Description=innercontext async pricing worker
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=innercontext
|
|
Group=innercontext
|
|
WorkingDirectory=/opt/innercontext/current/backend
|
|
EnvironmentFile=/opt/innercontext/current/backend/.env
|
|
ExecStart=/opt/innercontext/current/backend/.venv/bin/python -m innercontext.workers.pricing
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|