Files
wunker-os/files/rke-common/usr/lib/systemd/system/create_rke_user.service
2025-05-17 22:18:15 -04:00

15 lines
298 B
Desktop File

[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