diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-06-08 17:19:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-06-17 12:54:00 +0000 |
commit | f462780b561e992a79f81c9e97f4f2191db3c69c (patch) | |
tree | 6de6e5a82b23e3c00d458bd9a985f8d798565cd1 /linux/share/systemd/linux-ice.service | |
parent | Excluding onboard i40e cards in linux-i40e script, as they are not configurable. (diff) | |
download | service-tools-f462780b561e992a79f81c9e97f4f2191db3c69c.tar.xz service-tools-f462780b561e992a79f81c9e97f4f2191db3c69c.zip |
Adding linux-ice script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'linux/share/systemd/linux-ice.service')
-rw-r--r-- | linux/share/systemd/linux-ice.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/share/systemd/linux-ice.service b/linux/share/systemd/linux-ice.service new file mode 100644 index 0000000..ee8a727 --- /dev/null +++ b/linux/share/systemd/linux-ice.service @@ -0,0 +1,17 @@ +# Open Infrastructure: service-tools + +[Unit] +Description=setting recommended options for the Linux ice device driver +Documentation=man:linux-ice +Before=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/linux-ice start +ExecStop=/usr/bin/linux-ice stop +StandardOutput=journal +StandardError=journal + +[Install] +WantedBy=multi-user.target |