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`