Files
proxmox/token-aggregation-build/config/systemd/op-stack-proposer.example.service

21 lines
403 B
SYSTEMD
Raw Normal View History

# 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