Move resizerootfs.service further up the chain
This commit is contained in:
parent
a2557f3720
commit
47cc06fe3a
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=resize root file system
|
Description=resize root file system
|
||||||
Before=systemd-remount-fs.service
|
Before=systemd-fsck-root.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -10,4 +10,4 @@ ExecStart=/usr/sbin/rpi3-resizerootfs
|
||||||
ExecStart=/bin/systemctl --no-reload disable %n
|
ExecStart=/bin/systemctl --no-reload disable %n
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=systemd-remount-fs.service
|
RequiredBy=systemd-fsck-root.service
|
||||||
|
|
Loading…
Reference in New Issue