barebones command to see systemd services status
Python 100.0%
1 1 0

Clone this repository

https://tangled.org/nauta.one/status https://tangled.org/did:plc:ussmfvrfnexgecwxpqcp5wq2/status
git@knot.tangled.wizardry.systems:nauta.one/status git@knot.tangled.wizardry.systems:did:plc:ussmfvrfnexgecwxpqcp5wq2/status

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

status#

A very barebones command to see systemd services status.

$ status
ssh     active   enabled
caddy   active   enabled
service inactive enabled

config#

Create a file in $XDG_CONFIG_HOME/statusrc or $HOME/.config/statusrc with a service name per line, eg:

ssh
caddy
your-service-name

Lines starting with # will be ignored.

usage#

Just run status.

install#

Move the status script to your $PATH.