← Back to context

Comment by brontitall

1 year ago

Doing it the way it does allows specifying multiple services.

systemctl status myapp mydb

Why not allow for both and accept the option at any location?

Something like:

systemctl --stop myapp mydb

systemctl myapp mydb --stop

  • All `--` strings should be "options". Starting/stopping a service is not an option, it's a command. I don't enjoy `pacman` for this very reason.