From 2d95d659a49e9e847755a8d858dac5c0df63ef73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 24 May 2022 06:57:48 +0200 Subject: Renaming ethtools to linux since it's about kernel module options for now. Signed-off-by: Daniel Baumann --- linux/share/systemd/linux-i40e.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 linux/share/systemd/linux-i40e.service (limited to 'linux/share') diff --git a/linux/share/systemd/linux-i40e.service b/linux/share/systemd/linux-i40e.service new file mode 100644 index 0000000..379a6bb --- /dev/null +++ b/linux/share/systemd/linux-i40e.service @@ -0,0 +1,16 @@ +# Open Infrastructure: service-tools + +[Unit] +Description=linux-i40e options +Documentation=man:linux-i40e +Before=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/linux-i40e +StandardOutput=journal +StandardError=journal + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3