File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ su -s /bin/sh searcher -c "cd ~ && podman run -d \
2121 -v /persistent/searcher:/persistent:rw \
2222 -v /etc/searcher/ssh_hostkey:/etc/searcher/ssh_hostkey:rw \
2323 -v /persistent/searcher_logs:/var/log/searcher:rw \
24- -v /persistent/cl_logs :/var/log/cl :ro \
24+ -v /persistent/lighthouse_logs :/var/log/lighthouse :ro \
2525 -v /tmp/jwt.hex:/secrets/jwt.hex:ro \
2626 -v /etc/searcher-logrotate.conf:/tmp/searcher.conf:ro \
2727 docker.io/library/ubuntu:24.04 \
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Type=exec
88User =lighthouse
99Group =eth
1010ExecStartPre =+/usr/bin/lighthouse-init
11- ExecStartPre =+/bin/mkdir -p /persistent/cl_logs
12- ExecStartPre =+/bin/chown lighthouse:eth /persistent/cl_logs
13- ExecStartPre =+/bin/chmod 755 /persistent/cl_logs
11+ ExecStartPre =+/bin/mkdir -p /persistent/lighthouse_logs
12+ ExecStartPre =+/bin/chown lighthouse:eth /persistent/lighthouse_logs
13+ ExecStartPre =+/bin/chmod 755 /persistent/lighthouse_logs
1414ExecStart =/usr/bin/lighthouse bn \
1515 --network mainnet \
1616 --execution-endpoint http://localhost:8551 \
@@ -20,7 +20,7 @@ ExecStart=/usr/bin/lighthouse bn \
2020 --datadir "/persistent/lighthouse" \
2121 --disable-optimistic-finalized-sync \
2222 --disable-quic \
23- --logfile-dir /persistent/cl_logs \
23+ --logfile-dir /persistent/lighthouse_logs \
2424 --logfile-format JSON \
2525 --logfile-debug-level debug \
2626 --logfile-max-number 5 \
You can’t perform that action at this time.
0 commit comments