From 1b0883ec1700495357d013307cb59a8097436624 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Thu, 3 Dec 2020 08:08:27 +0200 Subject: [PATCH] Fixed GPUs not being detected on boot --- lactd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lactd.service b/lactd.service index e587918..e54fe89 100644 --- a/lactd.service +++ b/lactd.service @@ -1,8 +1,9 @@ [Unit] Description=AMDGPU Control Daemon +After=multi-user.target [Service] ExecStart=/usr/local/bin/lact-daemon [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target