Skip to main content

orphelix unstartup

Disable automatic startup of Orphelix on system boot.

Usage

orphelix unstartup

Example Output

$ orphelix unstartup

🛑 Removing auto-startup configuration...

[PM2] Removing init script...
[PM2] Init script removed successfully

 Auto-startup disabled!
   Orphelix will no longer start automatically on system boot

💡 To re-enable: orphelix startup

What Happens

  1. Removes system service registration
  2. Disables auto-start on boot
  3. Orphelix must be started manually with orphelix start
This does not stop currently running instances. Use orphelix stop to stop running processes.

When to Use

Disable auto-startup when:
  • Testing different configurations
  • Temporarily stopping monitoring
  • Moving to manual start workflow
  • Troubleshooting startup issues

Verification

After disabling, restart your system to verify:
# Restart system
sudo reboot

# After reboot, check status
orphelix status
# Should show: "Process 'orphelix' not found"

# Start manually if needed
orphelix start

Re-enable Auto-Startup

To enable auto-startup again:
orphelix start  # Start the instance first
orphelix startup
  • startup - Enable auto-startup
  • stop - Stop running instance
  • start - Manually start instance

See Also

Startup Command

Enable auto-startup on boot