From b01ec26e07b8e1a1142734520c4757bc895a3ad5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:31:48 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/04-iscsi b/SPECS/04-iscsi new file mode 100755 index 0000000..864ade7 --- /dev/null +++ b/SPECS/04-iscsi @@ -0,0 +1,7 @@ +#!/bin/sh + +case "$2" in + up|vpn-up) + /bin/systemctl --no-block reload iscsi.service || : + ;; +esac diff --git a/SPECS/iscsi-tmpfiles.conf b/SPECS/iscsi-tmpfiles.conf new file mode 100644 index 0000000..eab4fb2 --- /dev/null +++ b/SPECS/iscsi-tmpfiles.conf @@ -0,0 +1,2 @@ +d /run/lock/iscsi 0700 root root - +f /run/lock/iscsi/lock 0600 root root - diff --git a/SPECS/open-iscsi-a8fcb37.tar.gz b/SPECS/open-iscsi-a8fcb37.tar.gz new file mode 100644 index 0000000..fa92ee5 Binary files /dev/null and b/SPECS/open-iscsi-a8fcb37.tar.gz differ