Add more firewall rules

This commit is contained in:
Gerald Pinder
2025-05-17 22:18:15 -04:00
parent 4adfb4a2ef
commit d51297fec9
10 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Create 'rke' user and add to docker group
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/libexec/rke2/create_rke_user.sh
# Mask the service after successful execution
ExecStartPost=-/bin/systemctl mask create_rke_user.service
[Install]
WantedBy=multi-user.target