Files
meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/minifi.service
wonjong.lee 0260861004 minifi: Add recipe for c++ version
MiNiFi--a subproject of Apache NiFi--is a complementary data
collection approach that supplements the core tenets of NiFi
in dataflow management, focusing on the collection of data at
the source of its creation. The C++ implementation is an
additional implementation to the one in Java with the aim of
an even smaller resource footprint.

Signed-off-by: wonjong.lee <wonjong.lee@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-10 11:04:21 -07:00

14 lines
253 B
Desktop File

[Unit]
Description=MiNiFi Service
After=network.target
RequiresMountsFor=/var
[Service]
Type=simple
WorkingDirectory=@LOCALSTATEDIR@/run/minifi
Environment=MINIFI_HOME=@SYSCONFDIR@/minifi
ExecStart=@BINDIR@/minifi
[Install]
WantedBy=multi-user.target