12 lines
212 B
SYSTEMD
12 lines
212 B
SYSTEMD
|
[Unit]
|
||
|
Description=Expand root partition and filesystem to SD card
|
||
|
After=local-fs.target
|
||
|
Wants=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/expand-rootfs
|
||
|
Type=oneshot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|