summaryrefslogtreecommitdiffstats
path: root/services/flux/run
blob: f33e1b6e2dd3b67c353247222ce1b218fd2d1632 (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 02903 -nofork <&- 2>&1