diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 10:53:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 10:53:31 +0000 |
commit | 08a4febc8de33cd6768f1fb7355172244cc39cfe (patch) | |
tree | 64414ac4c786b36bb0487c46d4032446280f76cc /linux/share/systemd | |
parent | Releasing debian version 20220524-1. (diff) | |
download | open-infrastructure-service-tools-08a4febc8de33cd6768f1fb7355172244cc39cfe.tar.xz open-infrastructure-service-tools-08a4febc8de33cd6768f1fb7355172244cc39cfe.zip |
Merging upstream version 20220525.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | linux/share/systemd/linux-i40e.service (renamed from ethtool/share/systemd/ethtool-i40e.service) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ethtool/share/systemd/ethtool-i40e.service b/linux/share/systemd/linux-i40e.service index e578d35..5d7f99f 100644 --- a/ethtool/share/systemd/ethtool-i40e.service +++ b/linux/share/systemd/linux-i40e.service @@ -1,14 +1,15 @@ # Open Infrastructure: service-tools [Unit] -Description=ethtool-i40e options -Documentation=man:ethotool-i40e +Description=setting recommended options for the Linux i40e device driver +Documentation=man:linux-i40e Before=network.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/bin/ethtool-i40e +ExecStart=/usr/bin/linux-i40e start +ExecStop=/usr/bin/linux-i40e stop StandardOutput=journal StandardError=journal |