summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iblu-git.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/iblu-git.install b/iblu-git.install
new file mode 100644
index 000000000000..65345970f265
--- /dev/null
+++ b/iblu-git.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "\nIBLU is ALMOST INSTALLED! \nPlease run the following commands:\n\n\t # iblu --UNIT > /usr/lib/systemd/system/iblu.service \t#creates the systemd unit file \n\t # systemctl enable iblu.service \t\t\t\t#enabling the service\n"
+}