tofupilot service
Last updated on May 21, 2026
The service command manages the running station daemon (systemd on Linux, launchd on macOS), which is what tofupilot install puts under supervision.
start
The start subcommand runs the daemon in the foreground, and systemd and launchd use it as the ExecStart target. You rarely call it by hand.
tofupilot service startstop
The stop subcommand stops the running daemon.
tofupilot service stopstatus
The status subcommand shows daemon status, including running state, port, and log location.
tofupilot service statusHow is this guide?