Move resizerootfs.service further up the chain

This commit is contained in:
Christian Schlüter 2018-07-15 13:03:32 +02:00
parent a2557f3720
commit 47cc06fe3a
No known key found for this signature in database
GPG Key ID: 4955EB2D53B5CBD2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=resize root file system
Before=systemd-remount-fs.service
Before=systemd-fsck-root.service
DefaultDependencies=no
[Service]
@ -10,4 +10,4 @@ ExecStart=/usr/sbin/rpi3-resizerootfs
ExecStart=/bin/systemctl --no-reload disable %n
[Install]
RequiredBy=systemd-remount-fs.service
RequiredBy=systemd-fsck-root.service