| 1 | # The user netdata is configured to run as. |
| 2 | # If you edit its configuration file to set a different user, set it |
| 3 | # here too, to have its files switch ownership |
| 4 | NETDATA_OWNER="@netdata_user_POST@:@netdata_user_POST@" |
| 5 | |
| 6 | # How long to wait for the agent to save it's database during shutdown. |
| 7 | NETDATA_WAIT_EXIT_TIMEOUT=60 |
| 8 | |
| 9 | # If set to 1, force an exit if we time out waiting for the agent to |
| 10 | # save it's database during shutdown. |
| 11 | NETDATA_FORCE_EXIT=0 |
| 12 | |
| 13 | # If set to 1, use netdatacli when sending commands to the agent. |
| 14 | # This should not be needed in most cases, but it can sometimes help |
| 15 | # work around issues. |
| 16 | #NETDATA_USE_NETDATACLI=1 |
| 17 | |
| 18 | # Specify the path to the pidfile to be used when running in the |
| 19 | # background. |
| 20 | NETDATA_PIDFILE="@localstatedir_POST@/run/netdata/netdata.pid" |
| 21 | |
| 22 | # Uncomment the below line to run Netdata under OpenRC's native process |
| 23 | # supervision. |
| 24 | #supervisor="supervise-daemon" |