0b9f813
[Unit]
0b9f813
Description=RPM database migration to /usr
0b9f813
ConditionPathExists=/var/lib/rpm/.migratedb
0b9f813
0b9f813
# This should run before any daemons that may open the rpmdb
0b9f813
DefaultDependencies=no
0b9f813
After=sysinit.target
0b9f813
Before=basic.target shutdown.target
0b9f813
Conflicts=shutdown.target
0b9f813
# In case /var is remote-mounted
0b9f813
RequiresMountsFor=/var
0b9f813
0b9f813
[Service]
0b9f813
Type=oneshot
0b9f813
ExecStart=/usr/lib/rpm/rpmdb_migrate
0b9f813
0b9f813
[Install]
0b9f813
WantedBy=basic.target