summaryrefslogtreecommitdiffstats
path: root/office/SOGo/README.SBo
diff options
context:
space:
mode:
author Chris Walker2018-09-21 23:26:38 +0200
committer David Spencer2018-09-21 23:26:38 +0200
commit995510e0b97e7b0d4fdac6e6e917cf8334006aeb (patch)
tree04eca882637346125b8c3f1a4f2853a2d9d11001 /office/SOGo/README.SBo
parent0b5f135aa8437538afd759304b08009cefe9ad20 (diff)
downloadslackbuilds-995510e0b97e7b0d4fdac6e6e917cf8334006aeb.tar.gz
office/SOGo: Added (open source groupware).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/SOGo/README.SBo')
-rw-r--r--office/SOGo/README.SBo13
1 files changed, 13 insertions, 0 deletions
diff --git a/office/SOGo/README.SBo b/office/SOGo/README.SBo
new file mode 100644
index 0000000000..a8e1180253
--- /dev/null
+++ b/office/SOGo/README.SBo
@@ -0,0 +1,13 @@
+To start SOGo automatically at system startup, add the following to
+your /etc/rc.d/rc.local:
+
+ if [ -x /etc/rc.d/rc.sogo ]; then
+ /etc/rc.d/rc.sogo start
+ fi
+
+To stop sogo automatically at system shutdown, add the following to
+your /etc/rc.d/rc.local_shutdown:
+
+ if [ -x /etc/rc.d/rc.sogo ]; then
+ /etc/rc.d/rc.sogo stop
+ fi