diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2022-05-24 04:57:48 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2022-05-24 05:33:25 +0000 |
commit | 2d95d659a49e9e847755a8d858dac5c0df63ef73 (patch) | |
tree | cd7f4d708cc356fc259528b2168037961a92fb79 /ethtool/share/systemd/ethtool-i40e.service | |
parent | Releasing version 20220524. (diff) | |
download | service-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>
Diffstat (limited to 'ethtool/share/systemd/ethtool-i40e.service')
-rw-r--r-- | ethtool/share/systemd/ethtool-i40e.service | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ethtool/share/systemd/ethtool-i40e.service b/ethtool/share/systemd/ethtool-i40e.service deleted file mode 100644 index e578d35..0000000 --- a/ethtool/share/systemd/ethtool-i40e.service +++ /dev/null @@ -1,16 +0,0 @@ -# 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 |