From a644db7f2c14210e8014dc2a3dc9960e1382ccc1 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 15 Apr 2024 18:00:54 +0200 Subject: [PATCH] Updated MacOSX command --- doc/adminguide.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/adminguide.html b/doc/adminguide.html index cc48727c..9b190b73 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -178,11 +178,13 @@ is created which contains a simple example logbook. The ELOG server can now be s

or through the daemon servics with

-sudo launchctl load /Library/LaunchDaemons/ch.psi.elogd.plist +sudo launchtrl enable system/ch.psi.elogd +sudo launchctl bootstrap system/Library/LaunchDaemons/ch.psi.elogd.plist

To stop the service, use

-sudo launchctl unload /Library/LaunchDaemons/ch.psi.elogd.plist +sudo launchctl bootout system/Library/LauchDaemons/ch.psi.elogd.plist +sudo launchctl disable system/ch.psi.elogd


Debian: