LogoLogo
  • Project PANOPTES
  • Overview
    • 🤷‍♀️FAQ
    • 🤖PANOPTES Units
    • ☎️Contact
  • Building Docs
    • 🔭Start Building!
      • Building Overview
      • Safety Guide
      • Parts Listing
    • 🛠️Hardware
      • Control Box
        • Electronics
        • Hardware and Assembly
        • Network Setup
        • Power Distribution
      • Camera Box
        • Camera Setup
        • Electronics
        • Hardware and Assembly
        • 4 Camera Design
      • Mount and Pier
        • Pier
          • Fabrication
          • Assembly
        • Mount
          • Assembly
          • Saddle Plate Rotation
          • Balancing
      • Weather Station
    • 👩‍💻Software
      • Installation
        • Installing OS
        • Installing POCS
        • Installing PowerBoard
      • Configuration
      • POCS Command Line
        • Mount
        • Config Server
        • PowerBoard
        • Weather Station
      • Appendix
        • SSH Access
        • Command Line & The Shell
        • tmux / byobu
        • Services
    • 📋Testing
    • 👷‍♀️Deployment
      • Site Planning
      • Camera Focus
      • Polar Alignment
        • Overview
        • Drift Method
        • Procedure
          • Find Misalignment
          • Fix Misalignment
    • 🪐Operation
      • Automatic Operation
      • Manual Operation
  • Science
    • 📊Data
Powered by GitBook
LogoLogo

Links

  • Forum
  • GitHub
  • Contact

Site

  • Getting Started
  • Teams
  • Data

2023 Project PANOPTES

On this page
  • Overview
  • Starting and Stopping
  1. Building Docs
  2. Software
  3. Appendix

Services

Things that are always running in the background.

Overview

Starting and Stopping

POCS services uses supervisord to run processes in the background. To check that things are running, use the command sudo supervisorctl status.

(conda-pocs)  panoptes@panoptes  supervisorctl status
pocs-config-server               RUNNING   pid 782, uptime 1 day, 0:12:39
pocs-jupyter-server              STOPPED   Not started
pocs-power-monitor               RUNNING   pid 784, uptime 1 day, 0:12:39
pocs-weather-reader              RUNNING   pid 783, uptime 1 day, 0:12:39

When making changes to the config file, use supervisorctl reread to save those changes.

Previoustmux / byobuNextTesting

Last updated 1 year ago

👩‍💻