Skip to content

Commit

Permalink
Stop Xorg -configure spam
Browse files Browse the repository at this point in the history
  • Loading branch information
devplayer0 committed May 28, 2019
1 parent 15a607e commit d2f9565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs_overlay/etc/init.d/xorg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pidfile="/var/run/$SVCNAME"

start_pre() {
ebegin "Generating X11 config"
X -configure
X -configure > /dev/null 2>&1
cp /xorg.conf.new /etc/X11/xorg.conf
eend $?
}
Expand Down

0 comments on commit d2f9565

Please sign in to comment.