We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With bluepill comes a binary named bpsv (bluepill service) to which you can symlink with the name of a target (process or group).
So you can run
ln -s `which bpsv` process_name
Which creates a symlink named process_name to bpsv, and if you run
./process_name stop
bpsv will run:
bluepill stop process_name
You can use this to create numerous control scripts for different services.