summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-12 01:26:40 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-12 01:26:52 -0400
commit556323e2b64d7f0be69157bdc18cadcdbc92a57a (patch)
tree209b1f2d2bf3f99d38e1e7b986954abfa127828c /services
parent58c259f911627b8a565268a8f70e4da070145a02 (diff)
downloadconf-556323e2b64d7f0be69157bdc18cadcdbc92a57a.tar.gz
conf-556323e2b64d7f0be69157bdc18cadcdbc92a57a.zip
give flux a try
Diffstat (limited to 'services')
-rwxr-xr-xservices/flux/log/run3
-rwxr-xr-xservices/flux/run5
2 files changed, 8 insertions, 0 deletions
diff --git a/services/flux/log/run b/services/flux/log/run
new file mode 100755
index 0000000..b9e4a48
--- /dev/null
+++ b/services/flux/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t * $HOME/.log/flux
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