mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
Merge pull request #3019 from sathieu/patch-2
Fix LimitNOFILE in RPM systemd unit
This commit is contained in:
commit
6fe6a33da3
@ -14,7 +14,7 @@ ExecStart=/usr/sbin/grafana-server \
|
||||
--config=${CONF_FILE} \
|
||||
--pidfile=${PID_FILE} \
|
||||
cfg:default.paths.logs=${LOG_DIR} \
|
||||
cfg:default.paths.data=${DATA_DIR} \
|
||||
cfg:default.paths.data=${DATA_DIR}
|
||||
LimitNOFILE=10000
|
||||
TimeoutStopSec=20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user