mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
1-prep/templates/iiab-expand-rootfs.service based on 2020's #2522
This commit is contained in:
parent
4d41c12338
commit
e351801933
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
[Unit]
|
||||
Description=Root Filesystem Auto-Expander
|
||||
DefaultDependencies=no
|
||||
After=systemd-remount-fs.service
|
||||
Before=dphys-swapfile.service
|
||||
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
|
@ -8,7 +11,7 @@ ExecStart=/usr/sbin/iiab-expand-rootfs
|
|||
# "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=no
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=local-fs.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue