remove irrelevant line
This commit is contained in:
parent
4b7bf5d4d0
commit
533db6cde1
|
@ -45,7 +45,6 @@
|
||||||
UMask = "077";
|
UMask = "077";
|
||||||
RuntimeDirectory = "influxdb";
|
RuntimeDirectory = "influxdb";
|
||||||
ExecStartPost = lib.mkForce [ (pkgs.writeShellScript "influxdb-first-run" ''
|
ExecStartPost = lib.mkForce [ (pkgs.writeShellScript "influxdb-first-run" ''
|
||||||
#!${pkgs.stdenv.shell}
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
if [ ! -s /var/lib/influxdb/admin.pw ]; then
|
if [ ! -s /var/lib/influxdb/admin.pw ]; then
|
||||||
INIT=1
|
INIT=1
|
||||||
|
|
Loading…
Reference in a new issue