From 1f85e441c80308c40aa710a30292f74b8efb0b3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 8 Jun 2023 19:19:54 +0200 Subject: Adding linux-ice script. Signed-off-by: Daniel Baumann --- linux/share/systemd/linux-ice.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 linux/share/systemd/linux-ice.service (limited to 'linux/share/systemd/linux-ice.service') 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 -- cgit v1.2.3