Add firewall configuration

This commit is contained in:
Gerald Pinder
2025-05-11 15:00:48 -04:00
parent 6980214f02
commit 8724f2e016
3 changed files with 8 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ Type=oneshot
ExecStart=/usr/libexec/rke2/create_rke_user.sh
# Disable and mask the service after successful execution
ExecStartPost=-/bin/systemctl disable --now create_rke_user.service
ExecStartPost=-/bin/systemctl mask --now create_rke_user.service
ExecStartPost=-/bin/systemctl disable create_rke_user.service
ExecStartPost=-/bin/systemctl mask create_rke_user.service
[Install]
WantedBy=multi-user.target