Skip to content

Commit

Permalink
gdm.service: Do not require nvidia.service
Browse files Browse the repository at this point in the history
We downgrade the dependency on nvidia.service from Requires to Wants so
that gdm can start even if nvidia.service fails (e.g. when there is no
nvidia card and we use onboard graphics).
  • Loading branch information
donald committed Jul 12, 2017
1 parent 3681a38 commit 6d02295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_systemd_units/gdm.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=GDM
Requires=nvidia.service
Wants=nvidia.service
After=nvidia.service

[Service]
Expand Down

0 comments on commit 6d02295

Please sign in to comment.