mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
b8b0195d6d
* OpenBSD rc.d script Signed-off-by: Shawn Craver <craversp@gmail.com>
13 lines
122 B
Bash
Executable File
13 lines
122 B
Bash
Executable File
#!/bin/ksh
|
|
# Shawn Craver, 2019-04-02
|
|
|
|
|
|
daemon="/usr/local/bin/node_exporter"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_bg=YES
|
|
|
|
rc_cmd $1
|
|
|