Correct service of nodes shutdown

pull/549/head
kompotkot 2022-02-08 14:37:45 +00:00
rodzic c5d55867d5
commit b552ceef90
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ ExecStart=/usr/bin/geth --syncmode snap --cache 4096 \
--http.vhosts "*"
Type=simple
User=ubuntu
KillSignal=SIGINT
ExecStop=/bin/kill -s SIGINT -$MAINPID
TimeoutStopSec=180
SyslogIdentifier=geth

Wyświetl plik

@ -36,7 +36,7 @@ ExecStart=/home/ubuntu/go/bin/bor --datadir "${MOUNT_DATA_DIR}/.bor/data" \
--bootnodes "${BOR_BOOTNODES}"
Type=simple
User=ubuntu
KillSignal=SIGINT
ExecStop=/bin/kill -s SIGINT -$MAINPID
TimeoutStopSec=180
SyslogIdentifier=bor