summarylogtreecommitdiffstats
path: root/openlitespeed.install
diff options
context:
space:
mode:
Diffstat (limited to 'openlitespeed.install')
-rw-r--r--openlitespeed.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/openlitespeed.install b/openlitespeed.install
new file mode 100644
index 000000000000..edaf6613f33c
--- /dev/null
+++ b/openlitespeed.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "For opening openlitespeed you have to run:"
+ echo "sudo /usr/local/lsws/bin/lswsctrl start"
+ echo "For stop:"
+ echo "sudo /usr/local/lsws/bin/lswsctrl stop"
+}
+post_upgrade() {
+ post_install
+}