summaryrefslogtreecommitdiffstats
path: root/services/flux/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/flux/run')
-rwxr-xr-xservices/flux/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/flux/run b/services/flux/run
new file mode 100755
index 0000000..f33e1b6
--- /dev/null
+++ b/services/flux/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# for some reason, if you don't close stdin here, it uses 100% cpu. this
+# doesn't happen if you run it from a terminal, no idea what's going on
+exec xflux -z 02903 -nofork <&- 2>&1