summaryrefslogtreecommitdiff
path: root/baserock_gerrit/gerrit.service
blob: 478693c357b63bf58eb3fd3a3c8904f66d2d71d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Gerrit Code Review Server
After=network.target

[Service]
User=gerrit
Group=gerrit
Type=simple
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=gerrit
ExecStart={{ run_gerrit }} daemon --site-path /srv/gerrit --console-log
Restart=on-failure

[Install]
WantedBy=multi-user.target