7763542515
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: I33cb6b2660f0276b4af1dd7ddd1a2652f53f8f30 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
13 lines
255 B
Desktop File
13 lines
255 B
Desktop File
[Unit]
|
|
Description=Titanium Cloud Filesystem Initialization
|
|
After=network.target nfscommon.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/init.d/uexportfs start
|
|
ExecStop=/etc/init.d/uexportfs stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|