This service communicates with systemd via dbus (IPC). http <-> systemd-rest <-> dbus <-> systemd
- Manage units (start, stop, status)
- List units
- Read unit journal
Currently configured using environment variables.
Variable | Description | Default |
---|---|---|
PORT | HTTP service listen port | 6789 |
ADDRESS | HTTP service listen address | 127.0.0.1 |
MODE | Service mode, can be release or debug |
release |
- Launch tests:
$ make test
- Launch service for tests development:
$ make test ARGS="follow"
$ PORT=7777 pytest -sv
- Generate build:
$ make
GPL (GNU General Public License) 3.0
More info: here
This service was created by: @codexlynx.
- Twitter: https://twitter.com/codexlynx
- GitHub: https://github.com/codexlynx