Skip to content

Commit

Permalink
Re-add moused restart to rc.resume.
Browse files Browse the repository at this point in the history
Moused sometimes crashes during suspend/resume cycle.
Jason Bacon committed Aug 6, 2021
1 parent 33f5ad0 commit 7a82281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop-installer
Original file line number Diff line number Diff line change
@@ -372,7 +372,7 @@ EOM
# Restart moused after suspend
if ! fgrep -q '/usr/sbin/service moused' $RC_RESUME; then
sed -i '.orig' -E 's|exit 0|# Added by desktop-installer \
# /usr/sbin/service moused restart \
/usr/sbin/service moused restart \
\
exit 0|g' $RC_RESUME
fi

0 comments on commit 7a82281

Please sign in to comment.