ligbox-ops-platform/projects/finance/deploy/vm123-finance-stack/openpanel-community-bridge/openpanel-foss-bridge.service
Ligbox Spec Hub 821675ab4a Reorganize monorepo into projects/wizard, ops-desk, finance
Specs stay at repo root (cross-VM). Move deploy and code into logical
projects with README per domain, updated manifest.yaml, and symlinks at
legacy paths for VM122 backward compatibility.
2026-06-19 18:55:03 +00:00

15 lines
470 B
Desktop File

[Unit]
Description=OpenPanel Community API bridge for FOSSBilling (opencli)
After=network.target openadmin.service
Wants=openadmin.service
[Service]
Type=simple
WorkingDirectory=/opt/vm123-finance-stack/openpanel-community-bridge
EnvironmentFile=-/opt/vm123-finance-stack/openpanel-community-bridge/bridge.env
ExecStart=/usr/bin/python3 /opt/vm123-finance-stack/openpanel-community-bridge/bridge.py
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target