From 5d15c9ba461d4c1946b2315e18aeffff0ef898dd Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 11 Oct 2016 17:04:57 +0200 Subject: HONEYCOMB-217 Ubuntu16 (systemd) specific packaging Change-Id: Id1c962412194dd809e68f27d7e62b5ab36378be3 Signed-off-by: Maros Marsalek --- packaging/deb/xenial/honeycomb.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packaging/deb/xenial/honeycomb.service (limited to 'packaging/deb/xenial/honeycomb.service') 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 -- cgit 1.2.3-korg