From 08a4febc8de33cd6768f1fb7355172244cc39cfe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 24 May 2022 12:53:14 +0200 Subject: Merging upstream version 20220525. Signed-off-by: Daniel Baumann --- linux/share/systemd/linux-i40e.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 linux/share/systemd/linux-i40e.service (limited to 'linux/share/systemd/linux-i40e.service') diff --git a/linux/share/systemd/linux-i40e.service b/linux/share/systemd/linux-i40e.service new file mode 100644 index 0000000..5d7f99f --- /dev/null +++ b/linux/share/systemd/linux-i40e.service @@ -0,0 +1,17 @@ +# Open Infrastructure: service-tools + +[Unit] +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/linux-i40e start +ExecStop=/usr/bin/linux-i40e stop +StandardOutput=journal +StandardError=journal + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3