mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
18 lines
499 B
Desktop File
18 lines
499 B
Desktop File
[Unit]
|
|
Description=Root Filesystem Auto-Expander
|
|
DefaultDependencies=no
|
|
After=systemd-remount-fs.service
|
|
Before=dphys-swapfile.service
|
|
|
|
[Service]
|
|
Environment=TERM=linux
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/iiab-expand-rootfs
|
|
TimeoutSec=infinity
|
|
# "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=
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|