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: Ie4d2efc756e6294ba456bc54feb823fc8c0be9db
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
15 lines
355 B
Desktop File
15 lines
355 B
Desktop File
[Unit]
|
|
Description=Titanium Cloud Log Management
|
|
After=network.target syslog-ng.service iscsid.service sw-patch.service
|
|
Before=config.service pmon.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/etc/init.d/logmgmt start
|
|
ExecStop=/etc/init.d/logmgmt stop
|
|
ExecReload=/etc/init.d/logmgmt restart
|
|
PIDFile=/var/run/logmgmt.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|