diff options
Diffstat (limited to 'meta-extras/packages/ubootchart/files/ubootchart-stop')
-rw-r--r-- | meta-extras/packages/ubootchart/files/ubootchart-stop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-extras/packages/ubootchart/files/ubootchart-stop b/meta-extras/packages/ubootchart/files/ubootchart-stop new file mode 100644 index 0000000000..3444069c9a --- /dev/null +++ b/meta-extras/packages/ubootchart/files/ubootchart-stop @@ -0,0 +1,3 @@ +#! /bin/sh + +kill -USR1 $(pidof ubootchartd_bin) |