Add more firewall rules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user