Skip to content

lynxpm startup

Terminal window
lynxpm startup [flags]

Generate and install the system startup script for Lynx. This command configures systemd to start the Lynx daemon automatically on boot.

FlagTypeDefaultDescription
-h, --help--Show help message.

Generate and install systemd unit (requires sudo/root if installing to /etc):

Terminal window
lynxpm startup

Success:

Lynx system daemon started. Autostart enabled.

Failure (not root):

Admin privileges required. Run:
sudo lynxpm startup

Failure (no systemd):

ERR_UNSUPPORTED: Lynx requires Linux with systemd
  • Requirements: This command requires a Linux system with systemd as the init system.
  • Permissions: Root or sudo privileges are typically required to write to /etc/systemd/system and enable services.