summarylogtreecommitdiffstats
path: root/jenkins.service
blob: 5df6e76a3266b9e7dbae122e2b762844a40dff04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Extendable continuous integration server
After=network.target

[Service]
User=jenkins
Type=exec
EnvironmentFile=/etc/conf.d/jenkins
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=jenkins
ExecStart=/bin/sh -c 'eval $JENKINS_COMMAND_LINE'

[Install]
WantedBy=multi-user.target