mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-06 11:27:40 -08:00
13 lines
122 B
Plaintext
13 lines
122 B
Plaintext
|
#!/bin/ksh
|
||
|
# Shawn Craver, 2019-04-02
|
||
|
|
||
|
|
||
|
daemon="/usr/local/bin/node_exporter"
|
||
|
|
||
|
. /etc/rc.d/rc.subr
|
||
|
|
||
|
rc_bg=YES
|
||
|
|
||
|
rc_cmd $1
|
||
|
|