foreman-export-initscript icon indicating copy to clipboard operation
foreman-export-initscript copied to clipboard

Export foreman Procfile to a init script

Results 5 foreman-export-initscript issues
Sort by recently updated
recently updated
newest added

I had to change: ``` status) status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? ;; ``` to: ``` status) status_of_proc -p $PIDDIR/web.1.pid "$NAME" "$NAME" && exit 0 || exit...

I have problems using teh gem as it is with some paths and permissions. I fix every problem I found

It is quite common to have JAVA_OPTS="-Xmx=2048 -X...." in .env for Java applications. The values must be translated into the init script quoted as well

Hi lzgo.. Thank for this excellent gem... i would just like to point out that if you have multiple apps like |__ Procfile |__ |____Procfile And you export /Procfile, and...

My sysadmin guru has informed me that the init scripts generated by this gem work in Ubuntu but not in CentOS. Do you think it makes sense for this gem...