提交 c575e500 编写于 作者: J Joris de Vries

Make the run as jenkins option selected by default over run as daemon

上级 f37e8904
......@@ -17,10 +17,10 @@
<choice title="Jenkins" id="jenkins-war" tooltip="jenkins.war file" description="The jenkins.war file." starts_selected="true" starts_enabled="false" starts_hidden="false">
<pkgref id="org.jenkins-ci.jenkins.osx.pkg"/>
</choice>
<choice title="Start at boot as &quot;daemon&quot;" id="jenkins-launchd" tooltip="Run as daemon" description="Install a launchd config file so Jenkins will start at boot. Jenkins will run as user &quot;daemon&quot;." starts_selected="true" starts_enabled="true" starts_hidden="false">
<choice title="Start at boot as &quot;daemon&quot;" id="jenkins-launchd" tooltip="Run as daemon" description="Install a launchd config file so Jenkins will start at boot. Jenkins will run as user &quot;daemon&quot;." starts_selected="false" starts_enabled="true" starts_hidden="false">
<pkgref id="org.jenkins-ci.launchd.pkg"/>
</choice>
<choice title="Start at boot as &quot;jenkins&quot;" id="jenkins-launchd-jenkins" tooltip="Run as jenkins" description="Install a launchd config file so Jenkins will start at boot. Jenkins will run as user &quot;jenkins&quot;. This user has a writable home dir, which makes it possible to set up things like ssh." starts_selected="false" starts_enabled="true" starts_hidden="false">
<choice title="Start at boot as &quot;jenkins&quot;" id="jenkins-launchd-jenkins" tooltip="Run as jenkins" description="Install a launchd config file so Jenkins will start at boot. Jenkins will run as user &quot;jenkins&quot;. This user has a writable home dir, which makes it possible to set up things like ssh." starts_selected="true" starts_enabled="true" starts_hidden="false">
<pkgref id="org.jenkins-ci.launchd-jenkins.pkg"/>
</choice>
<choice title="Jenkins Support Files" id="choice6" tooltip="Support files for Jenkins" description="Contains files required by the Launch Daemon." starts_selected="true" starts_enabled="true" starts_hidden="false">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册