start.sh

#!/bin/bash

nohup $PWD/node_exporter > /dev/null 2>&1 &

 

相关文章: