mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
iiab-expand-rootfs.service: Explain After=systemd-remount-fs.service
This commit is contained in:
parent
3798685ba7
commit
c3ab1236a5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
[Unit]
|
||||
Description=Root Filesystem Auto-Expander
|
||||
DefaultDependencies=no
|
||||
# 2022-08-08: IIAB's 4 core OS's have 'After=systemd-fsck-root.service' WITHIN
|
||||
# systemd-remount-fs.service, allowing us to avoid #3325 race condition w/ fsck
|
||||
After=systemd-remount-fs.service
|
||||
# 2022-08-08: While dphys-swapfile.service doesn't exist on Ubuntu, Mint
|
||||
# and pure Debian, the following line may still serve a purpose on RasPiOS:
|
||||
|
|
Loading…
Reference in a new issue