lynxpm startup
๐ Synopsis
Section titled โ๐ Synopsisโlynxpm startup [flags]Description
Section titled โDescriptionโGenerate and install the system startup script for Lynx. This command configures systemd to start the Lynx daemon automatically on boot.
โ๏ธ Flags
Section titled โโ๏ธ Flagsโ| Flag | Type | Default | Description |
|---|---|---|---|
-h, --help | - | - | Show help message. |
๐ Examples
Section titled โ๐ ExamplesโGenerate and install systemd unit (requires sudo/root if installing to /etc):
lynxpm startup๐ Example Output
Section titled โ๐ Example OutputโSuccess:
Lynx system daemon started. Autostart enabled.Failure (not root):
Admin privileges required. Run: sudo lynxpm startupFailure (no systemd):
ERR_UNSUPPORTED: Lynx requires Linux with systemd- Requirements: This command requires a Linux system with
systemdas the init system. - Permissions: Root or sudo privileges are typically required to write to
/etc/systemd/systemand enable services.