James E. Blair 6736ee2251 Add image build jobs
Depends-On: https://review.opendev.org/940561

Change-Id: I691fafc25b377d812d002fae34aef2e0bc8e552a
2025-01-31 15:24:22 -08:00

14 lines
285 B
Desktop File

[Unit]
Description=Quickly initialize the nonblocking kernel random number generator at boot.
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot
User=root
ExecStart=/usr/local/bin/initialize-urandom.py
RemainAfterExit=true
[Install]
WantedBy=multi-user.target