diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-17 13:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-17 13:06:52 +0000 |
commit | 3df759c83159e624053967cca1bf4be715826b7d (patch) | |
tree | 2037f763e2367d6adc158e14173f6bc99487a2a8 /linux/share/systemd | |
parent | Releasing debian version 20221223-2. (diff) | |
download | open-infrastructure-service-tools-3df759c83159e624053967cca1bf4be715826b7d.tar.xz open-infrastructure-service-tools-3df759c83159e624053967cca1bf4be715826b7d.zip |
Merging upstream version 20221224.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'linux/share/systemd')
-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 |