node-distro/fluence/run_fluence

5 lines
157 B
Plaintext
Raw Normal View History

2021-06-30 20:37:58 +00:00
#!/usr/bin/execlineb -s0
# '-s0' defines '$@' to hold all positional parameters
# 'setuidgid abc' runs '/fluence' as user 'abc'
s6-setuidgid abc /fluence $@