Skip to content

Commit

Permalink
Dockerfile.dev.os: enable elemental-register.timer (#1655)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Giudici <[email protected]>
  • Loading branch information
fgiudici authored Nov 28, 2024
1 parent fc333c3 commit 1243b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev.os
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ COPY --from=toolkit /usr/bin/elemental /usr/bin/elemental
ADD --chmod=0755 https://github.com/rancher/system-agent/releases/download/${RANCHER_SYSTEM_AGENT_VERSION}/rancher-system-agent-amd64 /usr/sbin/elemental-system-agent

# Enable essential services
RUN systemctl enable NetworkManager.service sshd
RUN systemctl enable NetworkManager.service sshd elemental-register.timer

# This is for testing purposes, do not do this in production.
RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf
Expand Down

0 comments on commit 1243b12

Please sign in to comment.