Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
open-vm-tools.29388
vmware-user-autostart-wrapper
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vmware-user-autostart-wrapper of Package open-vm-tools.29388
#!/bin/sh MAX_RETRY=8 RETRY=0 SLEEP=1 unset SESSION_MANAGER # If running systemd, skip the delay loop as starting vmblock-fuse is not enforced if file /sbin/init | grep -qv "systemd"; then while [ $RETRY -lt $MAX_RETRY ]; do if [ -f /var/run/vmblock-fuse/dev ]; then RETRY=$MAX_RETRY else logger "Try $RETRY/$MAX_RETRY : /var/run/vmblock-fuse/dev not available. sleeping for $SLEEP seconds" sleep $SLEEP RETRY=$(($RETRY + 1)) SLEEP=$(($SLEEP * 2)) fi done fi # Unconditionally start vmware-user-suid-wrapper (after waiting for vmblock-fuse if not under systemd) /usr/bin/vmware-user-suid-wrapper
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor