📋 Actions
install- Register Hiroshi as an OS daemon service.uninstall- Remove the Hiroshi service from your system.start- Start the registered background service.stop- Stop the active background service.status- Query the running status of the background daemon.
💻 Platform Setup Instructions
🪟 Windows Setup (sc.exe)
On Windows, Hiroshi registers itself as a native system service using the Windows Service Control Manager.- Run PowerShell or Command Prompt as Administrator.
- Run:
- Start the service:
🐧 Linux Setup (systemd)
On Linux, Hiroshi writes a systemd service unit file at/etc/systemd/system/hiroshi.service.
- Run the service installer:
- Start and enable the service:
🍏 macOS Setup (launchd)
On macOS, Hiroshi registers a LaunchAgent configuration file at~/Library/LaunchAgents/com.hiroshi.daemon.plist.
- Run the service installer:
- The agent loads and starts running under the active user session immediately.