From a80915a8bf0d853839a66887d35f7b380e4b09e7 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 19 Mar 2015 01:03:30 +0100 Subject: Added systemd.service file and helper scripts (they need netcat). It's meant that Clonk and CRSM are installed in /opt/clonk. --- stop-CRSM | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 stop-CRSM (limited to 'stop-CRSM') diff --git a/stop-CRSM b/stop-CRSM new file mode 100755 index 0000000..0a92951 --- /dev/null +++ b/stop-CRSM @@ -0,0 +1,5 @@ +#!/bin/bash +netcat localhost 9372 < /dev/null +systemd +/exit +EOF -- cgit v1.2.3-54-g00ecf