diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 04:15:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 04:15:50 +0000 |
commit | 861021538b9ce8aa0e5fafda4de9f5a747fd71ce (patch) | |
tree | f49af72265ee8da6c56b8e58127c9fa0d442dd88 /ethtool/share/systemd | |
parent | Releasing debian version 20220430-1. (diff) | |
download | open-infrastructure-service-tools-861021538b9ce8aa0e5fafda4de9f5a747fd71ce.tar.xz open-infrastructure-service-tools-861021538b9ce8aa0e5fafda4de9f5a747fd71ce.zip |
Merging upstream version 20220524.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ethtool/share/systemd')
-rw-r--r-- | ethtool/share/systemd/ethtool-i40e.service | 16 |
1 files changed, 16 insertions, 0 deletions
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 |