aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-12 19:29:36 +0200
committertv <tv@iiso>2011-09-12 19:29:36 +0200
commit8ed75e6eaf2b5050477b644a1bb97e0c182a4260 (patch)
tree6f9c7e76693fe027a9aac35ae9c10481b66e1526 /daemon
parent4bf7555ad325e4c44e08560c7109ae7e614dd9ee (diff)
Revert "//Reaktor/daemon: initial commit"
This reverts commit b1519a3ddf17455639189ffb79cb51ddce60e45b.
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 &