You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
372 B
17 lines
372 B
# This file is part of dracut. |
|
# |
|
|
|
[Unit] |
|
Description=Cleanup squashfs mounts when switch root |
|
DefaultDependencies=no |
|
Before=initrd-switch-root.service |
|
After=initrd-switch-root.target |
|
ConditionPathExists=/squash/root |
|
|
|
[Service] |
|
Type=oneshot |
|
RemainAfterExit=no |
|
StandardInput=null |
|
StandardOutput=syslog+console |
|
StandardError=syslog+console |
|
ExecStart=/squash/clear-squash.sh
|
|
|