summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-extra-script/services/s3-extra-post-mount.service
blob: 1662642c3c20c995db540b7f45f87d46e20d22ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Run extra script after /sysroot is mounted
ConditionFileIsExecutable=/etc/extra-init
After=s3-mount-root.service
After=s3-extra-post-dmsetup.service
Before=initrd-switch-root.target initrd-cleanup.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/extra-init post-mount
KillMode=process
KillSignal=SIGTERM