summarylogtreecommitdiffstats
path: root/rust-punchr.service
blob: d2b5da5953d97ebecf7f23f85b73dd9fd5babc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Do not make manual changes to this file.
# It will be overridden by package upgrades.
# Use `systemctl edit rust-punchr` instead!

[Unit]
After=network.target
Description=Rust client for measuring DCUtR performance

[Install]
WantedBy=default.target

[Service]
ExecStart=/usr/bin/rust-punchr
Restart=always
RestartSec=10
User=rust-punchr
Environment="RUST_LOG=info"