1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-expand-rootfs.service: Explain Before=dphys-swapfile.service

This commit is contained in:
A Holt 2022-08-08 19:24:23 -04:00 committed by GitHub
parent 6403ce517a
commit 5c26d52549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
Description=Root Filesystem Auto-Expander
DefaultDependencies=no
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:
Before=dphys-swapfile.service
[Service]