From 28040895254b87119947c793d52b224004a0f9f4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 11 Mar 2017 23:45:52 +0000 Subject: Ensure mandriva-everytime service runs after dkms-autorebuild service (mga#17194). mandrake_everytime calls service_hardrake. If this runs before dkms has finished building a proprietary graphics driver, it will reconfigure the system to use the free driver. --- systemd/system/mandriva-everytime.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/system/mandriva-everytime.service b/systemd/system/mandriva-everytime.service index 676f8671..890310b1 100644 --- a/systemd/system/mandriva-everytime.service +++ b/systemd/system/mandriva-everytime.service @@ -3,7 +3,7 @@ Description=Reconfigure the system on administrator request DefaultDependencies=no Conflicts=shutdown.target Before=basic.target shutdown.target -After=local-fs.target +After=local-fs.target dkms-autorebuild.service [Service] ExecStart=-/etc/init.d/mandrake_everytime -- cgit v1.2.1