diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-06-15 16:27:53 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-06-15 16:57:34 +0000 |
commit | 2b3285a9316ba766552d4cc92b8eaef3b33ff6f3 (patch) | |
tree | bb51157e74a51527b60b2917c2239a51df549285 /packaging/rpm/honeycomb.service | |
parent | d46e184662bc2ca83f721d4adb0a7a815acef0a0 (diff) |
Added rpm for honeycomb
Change-Id: I2dd2f1bae1c5f0b0232b8e453c3fa8a1761d657d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'packaging/rpm/honeycomb.service')
-rw-r--r-- | packaging/rpm/honeycomb.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/rpm/honeycomb.service b/packaging/rpm/honeycomb.service new file mode 100644 index 000000000..4752c1313 --- /dev/null +++ b/packaging/rpm/honeycomb.service @@ -0,0 +1,13 @@ +[Unit] +Description=fd.io Honeycomb +Wants=vpp.service +After=vpp.service + +[Service] +Type=forking +ExecStart=/opt/honeycomb/bin/start +User=honeycomb +Group=honeycomb + +[Install] +WantedBy=multi-user.target
\ No newline at end of file |