VirtualBox

Changeset 36197 in vbox


Ignore:
Timestamp:
Mar 7, 2011 5:54:16 PM (14 years ago)
Author:
vboxsync
Message:

Additions/linux/vboxadd-service.sh: when terminating the service with start-stop-daemon, wait up to 2 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh

    r32627 r36197  
    101101
    102102    killproc() {
    103         start-stop-daemon --stop --exec $@
     103        start-stop-daemon --stop --retry 2 --exec $@
    104104    }
    105105
     
    124124
    125125    killproc() {
    126         start-stop-daemon --stop --exec $@
     126        start-stop-daemon --stop --retry 2 --exec $@
    127127    }
    128128
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette