summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbiego2019-04-01 01:19:08 +0200
committersbiego2019-04-01 01:19:08 +0200
commit8ac361376e91d33e3a09a03c1e7bf8ba2c35d827 (patch)
tree53fbb83aacd2594285642358c868c3527608ca44
parentb187a634788ead876f8c09ca833b578ceefee56e (diff)
downloadaur-8ac361376e91d33e3a09a03c1e7bf8ba2c35d827.tar.gz
better unit option
-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"
+}