Changeset: 328d38218a64 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/328d38218a64
Modified Files:
debian/monetdb5-sql.README.Debian
Branch: Jun2023
Log Message:
Updated documentation.
diffs (33 lines):
diff --git a/debian/monetdb5-sql.README.Debian
b/debian/monetdb5-sql.README.Debian
--- a/debian/monetdb5-sql.README.Debian
+++ b/debian/monetdb5-sql.README.Debian
@@ -2,7 +2,16 @@
Usage
=====
-There are multiple ways to use MonetDB5-sql, but this is the most Debianic.
+There are multiple ways to use MonetDB5-sql.
+
+The modern way is to do:
+
+ * Enable and start MonetDB in one go::
+
+ $ sudo systemctl enable --now monetdbd.service
+
+This is the old way using System V init scripts, incompatible with the
+above:
* Set STARTUP to "yes" in /etc/default/monetdb5-sql
@@ -10,7 +19,10 @@ There are multiple ways to use MonetDB5-
$ sudo /etc/init.d/monetdb5-sql start
- * Add yourself to the "monetdb" group::
+In either case, do this:
+
+ * Add yourself to the "monetdb" group (after this, logout and back in
+ for this to take effect)::
$ sudo addgroup `whoami` monetdb
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]