Added log4j2.xml to linux packages to fix the deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -4,7 +4,7 @@ Description=Dragoon video transcoder service
|
||||
[Service]
|
||||
User=dragoon
|
||||
Group=dragoon
|
||||
ExecStart=/usr/bin/java -jar '/opt/dragoon/dragoon.jar'
|
||||
ExecStart=/usr/bin/java -jar '/opt/dragoon/dragoon.jar' -Dlog4j.configurationFile=/opt/dragoon/log4j2.xml
|
||||
SuccessExitStatus=143
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user