Skip to content

Commit

Permalink
updated cuebot service definition to match new command line flags. (#581
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Greg Denton authored and bcipriano committed Dec 13, 2019
1 parent 158fee6 commit afdbb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuebot/deploy/systemd/opencue-cuebot.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment=DB_PASS=<changeme>
Environment=OPTIONS=
Environment=JAR_PATH=/opt/OpenCue/cuebot/cuebot-latest.jar
EnvironmentFile=-/etc/sysconfig/opencue-cuebot
ExecStart=/bin/bash -c "/usr/bin/java -jar ${JAR_PATH} --datasource.cueDataSource.url=${DB_URL} --datasource.cueDataSource.username=${DB_USER} --datasource.cueDataSource.password=${DB_PASS} ${OPTIONS}"
ExecStart=/bin/bash -c "/usr/bin/java -jar ${JAR_PATH} --datasource.cue-data-source.jdbc-url=${DB_URL} --datasource.cue-data-source.username=${DB_USER} --datasource.cue-data-source.password=${DB_PASS} ${OPTIONS}"
LimitNOFILE=500000
LimitNPROC=500000
StandardOutput=syslog+console
Expand Down

0 comments on commit afdbb0c

Please sign in to comment.