mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
ntopng is a web-based network traffic monitoring application released under GPLv3. It is the new incarnation of the original ntop written in 1998, and now revamped in terms of performance, usability, and features. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
272 B
Desktop File
14 lines
272 B
Desktop File
[Unit]
|
|
Description=ntopng - High-Speed Web-based Traffic Analysis and Flow Collection Tool
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
StandardOutput=syslog
|
|
StandardError=inherit
|
|
ExecStart=/usr/bin/ntopng -e -w 3000
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|