aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rwxr-xr-xdaemon12
1 files changed, 0 insertions, 12 deletions
diff --git a/daemon b/daemon
deleted file mode 100755
index ae2b49f..0000000
--- a/daemon
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-#
-# //Reaktor/daemon
-#
-# Start Reaktor as daemon w/o leaving an useless shell around.
-#
-set -euf
-
-# cd //Reaktor
-cd $(dirname $(readlink -f $0))
-
-./index &