diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 10:53:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-24 10:53:31 +0000 |
commit | 08a4febc8de33cd6768f1fb7355172244cc39cfe (patch) | |
tree | 64414ac4c786b36bb0487c46d4032446280f76cc /linux/share/systemd/linux-i40e.service | |
parent | Releasing debian version 20220524-1. (diff) | |
download | open-infrastructure-service-tools-08a4febc8de33cd6768f1fb7355172244cc39cfe.tar.xz open-infrastructure-service-tools-08a4febc8de33cd6768f1fb7355172244cc39cfe.zip |
Merging upstream version 20220525.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'linux/share/systemd/linux-i40e.service')
-rw-r--r-- | linux/share/systemd/linux-i40e.service | 17 |
1 files changed, 17 insertions, 0 deletions
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 |