mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/netdata
|
|
command_args=""
|
|
pidfile=/run/netdata.pid
|
|
name="netdata"
|
|
description="Real-time performance monitoring"
|