moonstream/robots/deploy/robots-airdrop.service

16 wiersze
368 B
INI

[Unit]
Description=Airdrop Engine robots
After=network.target
StartLimitIntervalSec=300
StartLimitBurst=3
[Service]
WorkingDirectory=/home/ubuntu/engine/robots
EnvironmentFile=/home/ubuntu/robots-secrets/app.env
Restart=on-failure
RestartSec=15s
ExecStart=/home/ubuntu/engine/robots/robots airdrop
SyslogIdentifier=robots-airdrop
[Install]
WantedBy=multi-user.target