summaryrefslogtreecommitdiffstats
path: root/services/flux/run
blob: 1f32c1a087974e7bf5bd273859d39d3ec33d6649 (plain) (blame)
1
2
3
4
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 11220 -nofork <&- 2>&1