Files
2025-09-22 23:12:44 +02:00

13 lines
278 B
Desktop File

[Unit]
Description=Set random password for user root
DefaultDependencies=no
After=local-fs.target
Before=getty@tty1.service
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'echo "root:$(openssl rand -base64 48)" | chpasswd'
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target