- haveged can be run as an application if also running as a daemon (Closes: #998382). Signed-off-by: Daniel Baumann <daniel@debian.org>
18 lines
399 B
Desktop File
18 lines
399 B
Desktop File
[Unit]
|
|
Description=Tell haveged about new root
|
|
DefaultDependencies=no
|
|
ConditionKernelVersion=<5.6
|
|
ConditionPathExists=/etc/initrd-release
|
|
Before=initrd-switch-root.service
|
|
JoinsNamespaceOf=haveged.service
|
|
|
|
[Service]
|
|
ExecStart=-@SBIN_DIR@/haveged -c root=/sysroot
|
|
PrivateNetwork=yes
|
|
Type=oneshot
|
|
StandardInput=null
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=initrd-switch-root.target
|