diff options
Diffstat (limited to 'systemd-service/stop-CRSM')
| -rwxr-xr-x | systemd-service/stop-CRSM | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systemd-service/stop-CRSM b/systemd-service/stop-CRSM new file mode 100755 index 0000000..0a92951 --- /dev/null +++ b/systemd-service/stop-CRSM @@ -0,0 +1,5 @@ +#!/bin/bash +netcat localhost 9372 <<EOF > /dev/null +systemd +/exit +EOF |
