summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-ubiremount.service
blob: f52cac6844a5d9fef4842b57e8c39560ccc431f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Remount the squashfs and ubi volumes after a reboot
Wants=org.open_power.Software.Host.Updater.service
Before=org.open_power.Software.Host.Updater.service

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/bin/env obmc-flash-bios ubiremount
SyslogIdentifier=obmc-flash-bios

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud