diff options
Diffstat (limited to 'packaging/deb/xenial/honeycomb.service')
-rw-r--r-- | packaging/deb/xenial/honeycomb.service | 10 |
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 |