Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
enabled numad service
Browse files Browse the repository at this point in the history
  • Loading branch information
plonialmoni committed Oct 23, 2023
1 parent a090f06 commit 61d806a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,11 @@ RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/gum/rel

# Set up services
RUN systemctl enable podman.socket && \
systemctl enable numad.service && \
systemctl disable pmie.service && \
systemctl disable pmlogger.service


RUN /tmp/workarounds.sh
# add my packages
ADD --chmod=0755 scripts/* /tmp/
Expand Down

0 comments on commit 61d806a

Please sign in to comment.