Files
proxmox/token-aggregation-build/config/systemd/op-stack-proposer.example.service
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

21 lines
403 B
Desktop File

# Example unit — op-proposer
[Unit]
Description=OP Stack op-proposer — example
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=opstack
Group=opstack
WorkingDirectory=/opt/op-stack
EnvironmentFile=-/etc/op-stack/proposer.env
# ExecStart=/opt/op-stack/bin/op-proposer ...
ExecStart=/bin/false
Restart=on-failure
RestartSec=15
[Install]
WantedBy=multi-user.target