Move rpi3-resizerootfs.service further up the chain

This commit is contained in:
Christian Schlüter 2018-07-16 17:12:52 +02:00
parent 47cc06fe3a
commit e196f6caec
No known key found for this signature in database
GPG Key ID: 00E1F218F5280355
1 changed files with 2 additions and 2 deletions

View File

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