From 3020557a2b52cc9c460b80313c7c61c3ee014896 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 16 Apr 2024 13:29:35 +0200 Subject: [PATCH] Fixed typos --- doc/adminguide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/adminguide.html b/doc/adminguide.html index 945880eb..607fad5c 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -178,12 +178,12 @@ is created which contains a simple example logbook. The ELOG server can now be s

or through the daemon servics with

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

To stop the service, use

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