Changeset: 2b3a0e3eaf09 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2b3a0e3eaf09
Modified Files:
        tools/merovingian/daemon/config/monetdbd.service.in
Branch: Dec2025
Log Message:

Instead of manually creating `override.conf` file use `systemctl edit`.


diffs (15 lines):

diff --git a/tools/merovingian/daemon/config/monetdbd.service.in 
b/tools/merovingian/daemon/config/monetdbd.service.in
--- a/tools/merovingian/daemon/config/monetdbd.service.in
+++ b/tools/merovingian/daemon/config/monetdbd.service.in
@@ -8,8 +8,9 @@ Type=forking
 User=monetdb
 Group=monetdb
 UMask=0007
-# DBFARM is configurable by creating an override file in
-# /etc/systemd/system/monetdbd.service.d (to be created) with content
+# DBFARM is configurable using `systemctl edit monetdbd`
+# This command will create the file `override.conf` in 
/etc/systemd/system/monetdbd.service.d
+# Add the following content:
 # [Service]
 # Environment=DBFARM=/some/other/directory
 Environment=DBFARM=@CMAKE_INSTALL_FULL_LOCALSTATEDIR@/monetdb5/dbfarm
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to