14 lines
246 B
SYSTEMD
14 lines
246 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Resize all internal mounted partitions
|
||
|
|
DefaultDependencies=no
|
||
|
|
After=local-fs.target
|
||
|
|
ConditionPathExists=/etc/fstab
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/bin/resize-helper
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=sysinit.target
|