influxdb/scripts/influxdb-daemon.sh

4 lines
91 B
Bash

#!/usr/bin/env bash
nohup /usr/bin/influxdb > /data/anomalous-agent/shared/log.txt 2>&1 &