Changeset 43579 in vbox for trunk/src/VBox/Installer/solaris/smf-vboxballoonctrl.sh
- Timestamp:
- Oct 9, 2012 12:39:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/smf-vboxballoonctrl.sh
r36748 r43579 2 2 # $Id$ 3 3 4 # Copyright (C) 2008-201 1Oracle Corporation4 # Copyright (C) 2008-2012 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as … … 62 62 [ -z "$VW_LOGSIZE" ] && VW_LOGSIZE=104857600 63 63 [ -z "$VW_LOGINTERVAL" ] && VW_LOGINTERVAL=86400 64 exec su - "$VW_USER" -c "/opt/VirtualBox/VBoxBalloonCtrl --background -- interval \"$VW_INTERVAL\" --balloon-inc \"$VW_INCREMENT\" --balloon-dec \"$VW_DECREMENT\" --balloon-lower-limit \"$VW_LOWERLIMIT\" --logrotate \"$VW_ROTATE\" --logsize \"$VW_LOGSIZE\" --loginterval \"$VW_LOGINTERVAL\""64 exec su - "$VW_USER" -c "/opt/VirtualBox/VBoxBalloonCtrl --background --balloon-interval \"$VW_INTERVAL\" --balloon-inc \"$VW_INCREMENT\" --balloon-dec \"$VW_DECREMENT\" --balloon-lower-limit \"$VW_LOWERLIMIT\" --logrotate \"$VW_ROTATE\" --logsize \"$VW_LOGSIZE\" --loginterval \"$VW_LOGINTERVAL\"" 65 65 66 66 VW_EXIT=$?
Note:
See TracChangeset
for help on using the changeset viewer.