summaryrefslogtreecommitdiffstats
path: root/packaging/deb/xenial/honeycomb.service
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-10-11 17:04:57 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-10-12 10:07:00 +0000
commit6ee01fd27fcd4af82cfcdbe77646dd1a83df12f2 (patch)
tree61f40ea489be47d13e31450b9f9324b489089804 /packaging/deb/xenial/honeycomb.service
parentf3099e36fdf5c2d7cd747246865690984b8f074d (diff)
HONEYCOMB-217 Ubuntu16 (systemd) specific packaging
Change-Id: Id1c962412194dd809e68f27d7e62b5ab36378be3 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/deb/xenial/honeycomb.service')
-rw-r--r--packaging/deb/xenial/honeycomb.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/deb/xenial/honeycomb.service b/packaging/deb/xenial/honeycomb.service
new file mode 100644
index 000000000..3b88ba425
--- /dev/null
+++ b/packaging/deb/xenial/honeycomb.service
@@ -0,0 +1,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 \ No newline at end of file