blob: 3b88ba4257ec86f09b3edcd1f7aafe148aa02d89 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=honeycomb agent for VPP
[Service]
Type=simple
ExecStart=/bin/sh -ec "exec /opt/honeycomb/honeycomb"
Restart=on-failure
[Install]
WantedBy=multi-user.target
|