[Box-Admins] Re: [squeak-dev] cogspurlinuxht under daemontools

Chris Muller ma.chris.m at gmail.com
Thu Jul 16 21:32:34 UTC 2015


On Thu, Jul 16, 2015 at 3:43 PM, Levente Uzonyi <leves at elte.hu> wrote:
> The following works on my machine (Ubuntu 14.04):
>
> #!/bin/bash
>
> cd /path/to/squeak/directory
> ulimit -r 2
> exec setuidgid <account> ./coglinuxht/squeak -vm display-null -vm sound-null
> squeak.image
>
> Note that ulimit requires bash, so using #!/bin/bash is a must.

That got it, thank you!!


More information about the Squeak-dev mailing list