Skip to content

Commit

Permalink
remove TERM signal recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
dakyskye committed Jul 13, 2020
1 parent 9c80a71 commit 295d463
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ A dxhd config file should contain a shebang (defaults to `/bin/sh`) on top of a

By just running `dxhd`, you only get information level logs, however, you can set `DEBUG` environment variable, which will output more information, like what bindings are registered, what command failed etc.

dxhd disowns running processes when you kill it. It is recommended to send TERM signal to kill dxhd (`kill -15`), however other signals work as well.

To kill every running instance of dxhd, use `dxhd -k` command.
To kill every running instance of dxhd, you can use built-in `-k` flag, which under the hood uses `pkill` command to kill instances.

## Daemonisation

Expand Down

0 comments on commit 295d463

Please sign in to comment.