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