Initial commit
This commit is contained in:
11
rpi3-resizerootfs.service
Normal file
11
rpi3-resizerootfs.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=resize root file system
|
||||
Before=systemd-remount-fs.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/rpi3-resizerootfs
|
||||
|
||||
[Install]
|
||||
RequiredBy=systemd-remount-fs.service
|
||||
Reference in New Issue
Block a user