summarylogtreecommitdiffstats
path: root/indy-node-control.service
blob: ea4dfd2ba29749e904368e31c145690b7834e3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Service for upgrade of existing Indy Node and other operations
#Requires=indy.service
#After=indy.service
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/indy/node_control.conf
ExecStart=/usr/bin/start_node_control_tool $TEST_MODE --hold-ext $HOLD_EXT
Restart=on-failure
RestartSec=10
StartLimitBurst=10
StartLimitInterval=200
TimeoutSec=300

[Install]
WantedBy=multi-user.target