integ/utilities/platform-util/scripts/opt-platform.service
Scott Little 1ead900a8f Relocate platform-util to stx-integ/utilities/platform-util
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: I8ee29b0511085355ebca37fd46afe087fbd00ea8
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 12:26:20 -04:00

16 lines
349 B
Desktop File

[Unit]
Description=Titanium Cloud opt-platform mounter
After=sw-patch.service
[Service]
Type=oneshot
User=root
ExecStart=/usr/bin/nfs-mount controller-platform-nfs:/opt/platform /opt/platform
ExecStop=/usr/bin/umount /opt/platform
RemainAfterExit=yes
StandardOutput=syslog+console
StandardError=syslog+console
[Install]
WantedBy=multi-user.target