Files
proxmox/token-aggregation-build/config/systemd/op-stack-challenger.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
411 B
Desktop File

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