xref: /OK3568_Linux_fs/debian/overlay/usr/lib/systemd/system/resize-all.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Resize all internal mounted partitions
3DefaultDependencies=no
4After=local-fs.target
5ConditionPathExists=/etc/fstab
6
7[Service]
8Type=oneshot
9ExecStart=/usr/bin/resize-helper
10
11[Install]
12WantedBy=sysinit.target
13