Systemd init with /sbin/init, services for vpnagentd and entrypoint
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 02:21:19 +00:00
parent b96e3a46bf
commit c6903bb2a0
3 changed files with 4 additions and 19 deletions

View File

@@ -67,6 +67,9 @@ COPY cisco-vpnagentd.service /etc/systemd/system/cisco-vpnagentd.service
RUN systemctl enable rego-vpn.service && \
systemctl enable cisco-vpnagentd.service
# Create cgroup directory for systemd
RUN mkdir -p /sys/fs/cgroup
VOLUME [ "/sys/fs/cgroup" ]
EXPOSE 8806