led_client/embassy/tests/perf-server/perf-server.service
2024-12-21 00:48:45 -05:00

17 lines
258 B
Desktop File

[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