mirror of https://github.com/grafana/grafana.git
Added pidfile arg to systemd service spec, fixes #2360
This commit is contained in:
parent
775a805959
commit
5302d3bb31
|
|
@ -12,6 +12,7 @@ Type=simple
|
|||
WorkingDirectory=/usr/share/grafana
|
||||
ExecStart=/usr/sbin/grafana-server \
|
||||
--config=${CONF_FILE} \
|
||||
--pidfile=${PID_FILE} \
|
||||
cfg:default.paths.logs=${LOG_DIR} \
|
||||
cfg:default.paths.data=${DATA_DIR} \
|
||||
LimitNOFILE=10000
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ Type=simple
|
|||
WorkingDirectory=/usr/share/grafana
|
||||
ExecStart=/usr/sbin/grafana-server \
|
||||
--config=${CONF_FILE} \
|
||||
--pidfile=${PID_FILE} \
|
||||
cfg:default.paths.logs=${LOG_DIR} \
|
||||
cfg:default.paths.data=${DATA_DIR} \
|
||||
LimitNOFILE=10000
|
||||
|
|
|
|||
Loading…
Reference in New Issue