Page MenuHomePhabricator

`./bin/aphlict` should behave more like a service.
Closed, ResolvedPublic

Description

Currently, ./bin/phd provides workflows that would be expected from a service. Namely, ./bin/phd provides start, stop, restart and status workflows.

However, ./bin/aphlict (which also behaves like a service) does not provide any such workflows. ./bin/aphlict will start the Aphlict server (if it is not running) or restart it (if it is already running). Instead, all of the following workflows should be possible:

  • ./bin/aphlict start
  • ./bin/aphlict stop
  • ./bin/aphlict restart
  • ./bin/aphlict status

Event Timeline

joshuaspence claimed this task.
joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a subscriber: joshuaspence.