Skip to content

Instantly share code, notes, and snippets.

@serverhorror
Created May 19, 2011 22:32
Show Gist options
  • Save serverhorror/981956 to your computer and use it in GitHub Desktop.
Save serverhorror/981956 to your computer and use it in GitHub Desktop.
# considered success?
systemctl status jenkins.service
jenkins.service - Jenkins CI Server
Loaded: loaded (/usr/local/lib/systemd/system/jenkins.service)
Active: inactive (dead)
Main PID: 3682 (code=killed, signal=TERM)
CGroup: name=systemd:/system/jenkins.service
# considered fail?
jenkins.service - Jenkins CI Server
Loaded: loaded (/usr/local/lib/systemd/system/jenkins.service)
Active: failed
Process: 3741 ExecStart=/usr/bin/java -jar /opt/jenkins/jenkins.war (code=exited, status=143)
CGroup: name=systemd:/system/jenkins.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment