Skip to content

Commit

Permalink
Remove unnecessary volume mount in netdata-app.service
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 9, 2024
1 parent 7e62472 commit cbe5675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageroot/systemd/user/netdata-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/netdata-app.pid \
--volume ./netdata/config:/etc/netdata:Z \
--volume ./netdata/lib:/var/lib/netdata:Z \
--volume ./netdata/cache:/var/cache/netdata:Z \
--volume /etc/hostname:/host/etc/hostname:ro \
--volume /etc/passwd:/host/etc/passwd:ro \
--volume /etc/group:/host/etc/group:ro \
--volume /proc:/host/proc:ro \
Expand Down

0 comments on commit cbe5675

Please sign in to comment.