From 904c17ac15686d51ff3e04568296b48c1c8374f1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 24 May 2022 06:04:00 +0200 Subject: Adding ethtool-i40e. Signed-off-by: Daniel Baumann --- ethtool/share/systemd/ethtool-i40e.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ethtool/share/systemd/ethtool-i40e.service (limited to 'ethtool/share/systemd/ethtool-i40e.service') diff --git a/ethtool/share/systemd/ethtool-i40e.service b/ethtool/share/systemd/ethtool-i40e.service new file mode 100644 index 0000000..e578d35 --- /dev/null +++ b/ethtool/share/systemd/ethtool-i40e.service @@ -0,0 +1,16 @@ +# Open Infrastructure: service-tools + +[Unit] +Description=ethtool-i40e options +Documentation=man:ethotool-i40e +Before=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/ethtool-i40e +StandardOutput=journal +StandardError=journal + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3