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.
15 lines
470 B
Desktop File
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
|