add waitboot.service

This commit is contained in:
2025-07-08 08:33:54 +02:00
parent e008ae11f5
commit d78b2e255e

View File

@ -0,0 +1,9 @@
[Unit]
Description = wait a little after startup
[Service]
Type=oneshot
ExecStart = /usr/bin/sleep 10
[Install]
WantedBy = default.target