20 lines
467 B
Desktop File
20 lines
467 B
Desktop File
[Unit]
|
|
Description=An open source platform for continuous inspection of code quality
|
|
Documentation=http://www.sonarqube.org
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=sonarqube
|
|
Group=sonarqube
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=sonarqube
|
|
RuntimeDirectory=sonarqube
|
|
ExecStart=/usr/share/sonarqube/bin/$ARCH/sonar.sh start
|
|
ExecStop=/usr/share/sonarqube/bin/$ARCH/sonar.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|