Skip to content

Commit

Permalink
Updates for systemd, update java app server comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjones4 committed Sep 10, 2019
1 parent 41281fb commit 60f70cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public void apply() {

updateCheck.checkJavaVersion(System.err);

// AppScale: Write a pidfile for Monit.
// AppScale: Write pidfile
String pidfile = System.getProperty("PIDFILE");
if (pidfile != null) {
String pidString = ManagementFactory.getRuntimeMXBean().getName().split("@")[0];
Expand Down

0 comments on commit 60f70cb

Please sign in to comment.