Skip to content

Commit

Permalink
sleep 15 vs 30
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Apr 16, 2024
1 parent 4dd8748 commit faa14d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ grep 'XorgEnable' /etc/gdm3/custom.conf
# ExecStartPre to `/bin/sleep 30`

cp /lib/systemd/system/gdm3.service /etc/systemd/system/gdm3.service
crudini --set /etc/systemd/system/gdm3.service Service ExecStartPre '/bin/sleep 30'
crudini --set /etc/systemd/system/gdm3.service Service ExecStartPre '/bin/sleep 15'

cat /etc/systemd/system/gdm3.service
grep 'ExecStartPre' /etc/systemd/system/gdm3.service
Expand Down

0 comments on commit faa14d0

Please sign in to comment.