- 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
21 lines
399 B
Desktop File
21 lines
399 B
Desktop File
# Example unit — op-batcher
|
|
|
|
[Unit]
|
|
Description=OP Stack op-batcher — example
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=opstack
|
|
Group=opstack
|
|
WorkingDirectory=/opt/op-stack
|
|
EnvironmentFile=-/etc/op-stack/batcher.env
|
|
# ExecStart=/opt/op-stack/bin/op-batcher ...
|
|
ExecStart=/bin/false
|
|
Restart=on-failure
|
|
RestartSec=15
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|