aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruuvi-prometheus/ruuvi-prometheus.initd
blob: c34b8c0c3b892c5001faea8b143f3398e992feeb (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

pidfile="/var/run/${RC_SVCNAME}.pid"
command="/usr/bin/${RC_SVCNAME}"
command_background=true

depend() {
	after coldplug
}