summaryrefslogtreecommitdiffstats
path: root/contrib/Raspberry_armhf/haveged-switch-root.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Raspberry_armhf/haveged-switch-root.service')
-rw-r--r--contrib/Raspberry_armhf/haveged-switch-root.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/Raspberry_armhf/haveged-switch-root.service b/contrib/Raspberry_armhf/haveged-switch-root.service
deleted file mode 100644
index a3eb086..0000000
--- a/contrib/Raspberry_armhf/haveged-switch-root.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[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