diff options
Diffstat (limited to 'stap-start-server')
-rwxr-xr-x | stap-start-server | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stap-start-server b/stap-start-server index ab78fc09..56893dc2 100755 --- a/stap-start-server +++ b/stap-start-server @@ -13,7 +13,8 @@ # process id, if successful. # Initialize the environment -. `dirname $0`/stap-env +. ${PKGLIBEXECDIR}stap-env + startup_timeout=20 # start the server |