Fixed line break

This commit is contained in:
Stefan Ritt 2024-04-15 18:04:52 +02:00
parent a644db7f2c
commit 3876ffa2cc

View File

@ -178,12 +178,12 @@ is created which contains a simple example logbook. The ELOG server can now be s
<p>
or through the daemon servics with
<p>
<code>sudo launchtrl enable system/ch.psi.elogd
<code>sudo launchtrl enable system/ch.psi.elogd</code><br />
<code>sudo launchctl bootstrap system/Library/LaunchDaemons/ch.psi.elogd.plist</code>
<p>
To stop the service, use
<p>
<code>sudo launchctl bootout system/Library/LauchDaemons/ch.psi.elogd.plist
<code>sudo launchctl bootout system/Library/LauchDaemons/ch.psi.elogd.plist</code><br />
<code>sudo launchctl disable system/ch.psi.elogd</code>
<p>
<hr>