github.com/palisadeinc/bor@v0.0.0-20230615125219-ab7196213d15/packaging/templates/systemd/bor.service (about) 1 [Unit] 2 Description=bor 3 StartLimitIntervalSec=500 4 StartLimitBurst=5 5 6 [Service] 7 Restart=on-failure 8 RestartSec=5s 9 ExecStart=/usr/bin/bor server -config "/var/lib/bor/config.toml" 10 Type=simple 11 KillSignal=SIGINT 12 User=bor 13 TimeoutStopSec=120 14 15 [Install] 16 WantedBy=multi-user.target