diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 04:15:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 04:15:34 +0000 |
commit | be69d1bc2c9741bff0fd36618fc5d0eba47181f6 (patch) | |
tree | a242b82c708c7bd04794b9a891a7c3a47616fa38 /ethtool/share | |
parent | Adding upstream version 20220430. (diff) | |
download | open-infrastructure-service-tools-be69d1bc2c9741bff0fd36618fc5d0eba47181f6.tar.xz open-infrastructure-service-tools-be69d1bc2c9741bff0fd36618fc5d0eba47181f6.zip |
Adding upstream version 20220524.upstream/20220524
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ethtool/share')
-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 |