Skip to content

Commit

Permalink
Merge pull request #1898 from vprashar2929/chore-rpm
Browse files Browse the repository at this point in the history
chore: align rpm volume mounts with Kepler requirements
  • Loading branch information
vimalk78 authored Jan 13, 2025
2 parents 5800fe0 + a6a5d81 commit 6b727b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/container-kepler.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Restart=always
TimeoutStopSec=70
ExecStartPre=/bin/rm -f %t/%n.ctr-id
ExecStart=/usr/bin/podman run --cidfile=%t/%n.ctr-id --cgroups=no-conmon --rm --sdnotify=conmon -d --replace --name kepler \
--privileged --network=host --pid=host --rm -e ENABLE_PROCESS_METRICS="true" -v /lib/modules:/lib/modules -v /usr/src:/usr/src -v /sys/:/sys/ -v /proc:/proc -v /etc:/etc \
--privileged --network=host --pid=host --rm -e ENABLE_PROCESS_METRICS="true" -v /sys/:/sys/ -v /proc:/proc -v /etc:/etc \
quay.io/sustainable_computing_io/kepler:latest
ExecStop=/usr/bin/podman stop --ignore --cidfile=%t/%n.ctr-id
ExecStopPost=/usr/bin/podman rm -f --ignore --cidfile=%t/%n.ctr-id
Expand Down

0 comments on commit 6b727b6

Please sign in to comment.