stx-integ/tools/engtools/hostdata-collectors
Move content from stx-utils into stx-integ or stx-update
Packages will be relocated to
stx-update:
enable-dev-patch
extras
stx-integ:
config-files/
io-scheduler
filesystem/
filesystem-scripts
grub/
grubby
logging/
logmgmt
tools/
collector
monitor-tools
tools/engtools/
hostdata-collectors
parsers
utilities/
build-info
branding (formerly wrs-branding)
platform-util
Change-Id: I9796704d8ffc6590a971af9d41b626189e35ecc4
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
15 lines
365 B
Desktop File
15 lines
365 B
Desktop File
[Unit]
|
|
Description=Engineering data collection tools to monitor host performance
|
|
After=network.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/etc/init.d/collect-engtools.sh start
|
|
ExecStop=/etc/init.d/collect-engtools.sh stop
|
|
ExecReload=/etc/init.d/collect-engtools.sh reload
|
|
PIDFile=/var/run/collect-engtools.sh.pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|