summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2022-05-24 04:57:48 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2022-05-24 05:33:25 +0000
commit2d95d659a49e9e847755a8d858dac5c0df63ef73 (patch)
treecd7f4d708cc356fc259528b2168037961a92fb79
parentReleasing version 20220524. (diff)
downloadservice-tools-2d95d659a49e9e847755a8d858dac5c0df63ef73.tar.xz
service-tools-2d95d659a49e9e847755a8d858dac5c0df63ef73.zip
Renaming ethtools to linux since it's about kernel module options for now.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--linux/Makefile (renamed from ethtool/Makefile)0
-rwxr-xr-xlinux/bin/linux-i40e (renamed from ethtool/bin/ethtool-i40e)0
-rw-r--r--linux/share/systemd/linux-i40e.service (renamed from ethtool/share/systemd/ethtool-i40e.service)6
3 files changed, 3 insertions, 3 deletions
diff --git a/ethtool/Makefile b/linux/Makefile
index 278e7e5..278e7e5 100644
--- a/ethtool/Makefile
+++ b/linux/Makefile
diff --git a/ethtool/bin/ethtool-i40e b/linux/bin/linux-i40e
index 637ae65..637ae65 100755
--- a/ethtool/bin/ethtool-i40e
+++ b/linux/bin/linux-i40e
diff --git a/ethtool/share/systemd/ethtool-i40e.service b/linux/share/systemd/linux-i40e.service
index e578d35..379a6bb 100644
--- a/ethtool/share/systemd/ethtool-i40e.service
+++ b/linux/share/systemd/linux-i40e.service
@@ -1,14 +1,14 @@
# Open Infrastructure: service-tools
[Unit]
-Description=ethtool-i40e options
-Documentation=man:ethotool-i40e
+Description=linux-i40e options
+Documentation=man:linux-i40e
Before=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/bin/ethtool-i40e
+ExecStart=/usr/bin/linux-i40e
StandardOutput=journal
StandardError=journal