All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nebula.plugin.ospackage.daemon.run.tpl Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
#!/bin/sh
exec 2>&1
ulimit -n 32768
ulimit -u 10240
exec setuidgid ${user} ${command}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy