Skip to content

Commit

Permalink
Document moused restart in rc.resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Bacon committed Aug 6, 2021
1 parent 7a82281 commit 9405b14
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
Expand Up @@ -369,7 +369,7 @@ EOM
auto-set-conf-var moused_port "$mouse_port" $RC_CONF desktop-installer
auto-enable-service moused desktop-installer

# Restart moused after suspend
# Moused sometimes crashes during suspend/resume (sig 11)
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 \
Expand Down

0 comments on commit 9405b14

Please sign in to comment.