Updated info for launchctl

This commit is contained in:
2026-04-02 11:56:19 +02:00
parent 377e51aabe
commit 161c46eaf8
2 changed files with 9 additions and 6 deletions
+6 -3
View File
@@ -131,20 +131,23 @@ either manually with
`/usr/local/sbin/elogd`
or through the daemon servics with
or through the daemon service with
``` text
sudo launchctl enable system/ch.psi.elogd
sudo launchctl bootstrap system /Library/LaunchDaemons/ch.psi.elogd.plist
sudo launchctl bootstrap system /Library/LaunchDaemons/ch.psi.elogd.plist/elogd.plist
```
To stop the service, use
``` text
sudo launchctl bootout system /Library/LauchDaemons/ch.psi.elogd.plist
sudo launchctl bootout system /Library/LaunchDaemons/ch.psi.elogd.plist/elogd.plist
sudo launchctl disable system/ch.psi.elogd
```
Some users reported that on some systems the daemon requires
Full Disk Access to be granted under `Settings / Privacy & Security`.
### Debian
A Debian package is available under <https://tracker.debian.org/pkg/elog>.