Guest User

Untitled

a guest
Mar 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [Unit]
  2. Description=Sonarqube
  3. After=network.target network-online.target
  4. Wants=network-online.target
  5.  
  6. [Service]
  7. ExecStart=/opt/sonarqube/bin/linux-x86-64/sonar.sh start
  8. ExecStop=/opt/sonarqube/bin/linux-x86-64/sonar.sh stop
  9. ExecReload=/opt/sonarqube/bin/linux-x86-64/sonar.sh restart
  10. PIDFile=/opt/sonarqube/bin/linux-x86-64/./SonarQube.pid
  11. Type=forking
  12. User=sonar
  13.  
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment