2017-05-27 18:09:50 +00:00
|
|
|
[Unit]
|
2022-03-15 19:15:21 +00:00
|
|
|
Description=Root Filesystem Auto-Expander
|
2022-08-08 00:29:24 +00:00
|
|
|
DefaultDependencies=no
|
|
|
|
After=systemd-remount-fs.service
|
|
|
|
Before=dphys-swapfile.service
|
2017-05-27 18:09:50 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=TERM=linux
|
|
|
|
Type=oneshot
|
2022-03-15 15:15:22 +00:00
|
|
|
ExecStart=/usr/sbin/iiab-expand-rootfs
|
2022-03-15 22:30:19 +00:00
|
|
|
# "Standard output type syslog is obsolete"
|
|
|
|
# StandardError=syslog
|
|
|
|
# WHEREAS StandardError=journal is the default, per https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput=
|
2022-08-08 00:29:24 +00:00
|
|
|
RemainAfterExit=yes
|
2017-05-27 18:09:50 +00:00
|
|
|
|
|
|
|
[Install]
|
2022-08-08 00:29:24 +00:00
|
|
|
WantedBy=local-fs.target
|