blob: 9cee0b4491b45904dfb8019eb3b1e3272f6186c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=Nym Mixnode %I
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
Documentation=https://nymtech.net/operators/nodes/setup.html
StartLimitIntervalSec=350
StartLimitBurst=10
[Service]
User=nym
ExecStart=/usr/bin/nym-node run --mode mixnode --id %i --deny-init --accept-operator-terms-and-conditions
KillSignal=SIGINT
Restart=always
RestartSec=30
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target
|