diff options
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 |