21 lines
586 B
Desktop File
21 lines
586 B
Desktop File
[Unit]
|
|
Description=YMS Backend (%i)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
EnvironmentFile=-/home/yms/bin/env/yms.env
|
|
WorkingDirectory=/home/yms/lib
|
|
ExecStart=/usr/bin/java -Xms1024m -Xmx10240m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/yms/dump -XX:ErrorFile=/home/yms/log/hs_err_pid%%p.log -XX:+ExitOnOutOfMemoryError -jar /home/yms/lib/glory-soft-yms-%i.jar --server.port=%i
|
|
Restart=on-failure
|
|
RestartSec=60
|
|
TimeoutStopSec=150min
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=yms-backend-%i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|