4 lines
200 B
Bash
4 lines
200 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nohup java -jar -Xms128M -Xmx512M -XX:PermSize=128M -Dloader.path=lib,modules -Dfile.encoding=UTF-8 -Dspring.config.location=config/application.yml atu-script-engine.jar > /dev/null 2>&1 &
|