mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
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>
14 lines
253 B
Desktop File
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
|