summarylogtreecommitdiffstats
path: root/zipkin.service
blob: eb287aecef3a811df6c6d6a8ac4369c80b4e5315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Zipkin distributed tracing system
Documentation=https://zipkin.io/
After=network.target

[Service]
Type=simple
User=zipkin
ExecStart=/usr/bin/zipkin

[Install]
WantedBy=multi-user.target