diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2022-05-24 04:04:00 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2022-05-24 04:12:30 +0000 |
commit | 904c17ac15686d51ff3e04568296b48c1c8374f1 (patch) | |
tree | 9035c765471d04e60baaf58c3d0a6f6697c5ad72 /ethtool/share/systemd/ethtool-i40e.service | |
parent | Updating dehydrated todo file. (diff) | |
download | service-tools-904c17ac15686d51ff3e04568296b48c1c8374f1.tar.xz service-tools-904c17ac15686d51ff3e04568296b48c1c8374f1.zip |
Adding ethtool-i40e.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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 |