Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hontvari committed Apr 26, 2020
1 parent 344960f commit e1119d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack/deb/lib/systemd/system/mireka.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE
# Uncomment the following line to enable JMX, but read the documentation before doing this:
#Environment="JMX_OPTIONS=-Dcom.sun.management.jmxremote.port=4452 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
Environment="MODULE_OPTIONS=--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED"
ExecStart=/usr/bin/java $JMX_OPTIONS $MODULE-OPTIONS -cp "classes:lib/*:conf" -Dlogback.configurationFile=conf/logback.xml -Dmireka.home=/var/lib/mireka mireka.startup.Start
ExecStart=/usr/bin/java $JMX_OPTIONS $MODULE_OPTIONS -cp "classes:lib/*:conf" -Dlogback.configurationFile=conf/logback.xml -Dmireka.home=/var/lib/mireka mireka.startup.Start
# Java exit code is 143, not 0, after SIGTERM
SuccessExitStatus=0 143

Expand Down

0 comments on commit e1119d2

Please sign in to comment.