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

com.netflix.gradle.plugins.daemon.log-run.tpl Maven / Gradle / Ivy

#!/bin/sh
mkdir -p ${logDir}
chown ${logUser} ${logDir}
exec setuidgid ${logUser} ${logCommand}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy