blob: a7d8a6fe318c57975ef52dc00078ff4e3b356717 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Run extra script after dmsetup
ConditionFileIsExecutable=/etc/extra-init
After=s3-cow-setup.service
Before=s3-write-fstab.service
Before=initrd-switch-root.target initrd-cleanup.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/extra-init post-dmsetup
KillMode=process
KillSignal=SIGTERM
|