aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-server/perf-server.service
blob: c14c5d16fb528f40699dd91302453b5f1bd28116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=perf-server
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/root/perf-server
Environment=RUST_BACKTRACE=1
Environment=RUST_LOG=info

[Install]
WantedBy=multi-user.target