mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-24 22:06:49 +01: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
|
||
|
|