LoginSignup
2
2

More than 5 years have passed since last update.

Ubuntu 15.04以降でiperfをサービスとして設定する

Last updated at Posted at 2015-11-02

Unitの設定

/etc/systemd/system/iperf.service
[Unit]
Description=iperf server
After=syslog.target network.target auditd.service

[Service]
ExecStart=/usr/bin/iperf -s
Restart=always

[Install]
WantedBy=multi-user.target

サービスの有効化

sudo systemctl enable iperf.service
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2