mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
11 lines
175 B
Desktop File
11 lines
175 B
Desktop File
[Unit]
|
|
Description=Grow root filesystem to fill disk
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/grow-rootfs
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|