This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
4b59ddd113
influxdb
/
scripts
/
influxdb-daemon.sh
4 lines
52 B
Bash
Raw
Normal View
History
Unescape
Escape
add some convenience scripts.
2013-10-26 16:42:03 +00:00
#!/usr/bin/env bash
redirect output to a configurable file
2014-10-24 17:39:07 +00:00
nohup /usr/bin/influxdb
"
$@
"
&