linuxOS_AP06/external/rkscript/resize-all.service

14 lines
246 B
SYSTEMD
Raw Normal View History

2025-06-03 04:28:32 +00:00
[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