mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
Merge pull request #3018 from sathieu/patch-1
Fix LimitNOFILE in Debian systemd unit
This commit is contained in:
commit
9b59fc1c94
@ -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
|
||||
UMask=0027
|
||||
|
Loading…
Reference in New Issue
Block a user