Merge "[DPDK] Enable VT-d in kernel via grub in case vfio-pci PMD driver"
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..8799235
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.mcp.mirantis.net
+port=29418
+project=salt-formulas/linux
+
diff --git a/linux/files/setup-loopback-device.systemd b/linux/files/setup-loopback-device.systemd
index 1e2245a..ed1e4a1 100644
--- a/linux/files/setup-loopback-device.systemd
+++ b/linux/files/setup-loopback-device.systemd
@@ -8,6 +8,8 @@
[Service]
{# The command is prefixed with '-' to consider it a success if the loopback device is already setup #}
ExecStart=-/sbin/losetup {{ device_name }} {{ file }}
+{# In order to Salt can recognize oneshot service as running, we need it to remain active after it exited #}
+RemainAfterExit=true
Type=oneshot
[Install]