From 8ded17b42dab4b7751ff9d9ae4305b4f8219f351 Mon Sep 17 00:00:00 2001 From: Digimer Date: Tue, 7 Dec 2021 20:13:11 -0500 Subject: [PATCH] Removed the anvil-daemon unit file attempt to compile DRBD's kernel module. Signed-off-by: Digimer --- units/anvil-daemon.service | 1 - 1 file changed, 1 deletion(-) diff --git a/units/anvil-daemon.service b/units/anvil-daemon.service index 95169f76..c9915ceb 100644 --- a/units/anvil-daemon.service +++ b/units/anvil-daemon.service @@ -4,7 +4,6 @@ Wants=network.target [Service] Type=simple -ExecStartPre=-/bin/sh -c "if [ -f /usr/sbin/akmods ]; then /usr/sbin/modprobe drbd || /usr/sbin/akmods --force; fi" ExecStart=/usr/sbin/anvil-daemon ExecStop=/bin/kill -WINCH ${MAINPID} Restart=always