Installs the daemon as a system service using platform-specific mechanisms. # Platform-specific behavior - Linux: Creates systemd unit file - macOS: Creates launchd plist # Errors Returns `LearnerdErrors` if service installation fails.
(&self)
| 337 | /// |
| 338 | /// Returns `LearnerdErrors` if service installation fails. |
| 339 | pub fn install(&self) -> Result<()> { install_system_daemon(self) } |
| 340 | |
| 341 | /// Removes the daemon from system services. |
| 342 | /// |
no test coverage detected